Add logger to CommonObjects on deserialiazation
This commit is contained in:
parent
835e239be5
commit
7a024e8733
@ -42,6 +42,7 @@ public class CommonObjects
|
||||
|
||||
if (logger is not null)
|
||||
{
|
||||
settings.co.logger = logger;
|
||||
foreach (LibraryManager lm in settings.co.libraryManagers)
|
||||
lm.AddLogger(logger);
|
||||
foreach(NotificationManager nm in settings.co.notificationManagers)
|
||||
|
Loading…
Reference in New Issue
Block a user