It's really weird that NLog doesn't make needed refresh on each addition/removal by itself
This commit is contained in:
JustArchi
2016-07-05 09:17:25 +02:00
parent 9918b81342
commit 5b0d12347f

View File

@@ -87,6 +87,7 @@ namespace ArchiSteamFarm {
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", LogLevel.Trace, eventLogTarget));
}
LogManager.ReconfigExistingLoggers();
LogGenericInfo("Logging module initialized!");
}