Add logger to CommonObjects on deserialiazation

This commit is contained in:
glax 2023-07-31 02:11:53 +02:00
parent 835e239be5
commit 7a024e8733

View File

@ -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)