Fixed lineBreaks
This commit is contained in:
@@ -41,11 +41,6 @@ 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()
|
||||
|
||||
Reference in New Issue
Block a user