This commit is contained in:
Jeroen Saey
2025-02-18 09:07:06 +01:00
parent 3cec432b39
commit b69c9eafb1
4 changed files with 19 additions and 3 deletions

View File

@@ -38,6 +38,12 @@ public class Logger
},
};
_logManager = new LogManager(LoggerSettings);
_logManager.Settings.TypesToLog.Clear();
_logManager.Settings.LogInfo();
while (true)
{
_logManager.WriteAsync("2222", ELogType.INFO, writeToConsole: false);
}
}
public void DeleteCurrentLogFile()