This commit is contained in:
2024-04-27 11:10:01 +02:00
parent 1038a6fdee
commit 1a2838a796
6 changed files with 16 additions and 13 deletions

View File

@@ -104,7 +104,7 @@ public class LoggerSettings
}
}
public ELogType MinLogType { get; set; } = ELogType.INFO;
public ELogType MaxLogType { get; set; } = ELogType.INFO;
public bool SendToSyslogServers { get; set; }