Updated packages

This commit is contained in:
2026-01-30 21:29:14 +01:00
parent 9c77e61ec9
commit 6eb0c604ac
2 changed files with 3 additions and 1 deletions

View File

@@ -48,6 +48,8 @@ public class Logger
return $"{ctx.Timestamp:HH:mm:ss} [{ctx.LogType}]";
};
LoggerSettings.Toke
_logManager = new LogManager(LoggerSettings);
_logManager.Settings.TypesToLog.Clear();
_logManager.Settings.LogInfo();