Update Logging.cs

This commit is contained in:
JustArchi
2020-05-20 20:43:13 +02:00
parent e31b0403cd
commit ab57163695

View File

@@ -37,7 +37,7 @@ namespace ArchiSteamFarm.NLog {
internal static class Logging {
internal const string NLogConfigurationFile = "NLog.config";
private const byte ConsoleResponsivenessDelay = 250; // In miliseconds
private const byte ConsoleResponsivenessDelay = 250; // In milliseconds
private const string GeneralLayout = @"${date:format=yyyy-MM-dd HH\:mm\:ss}|${processname}-${processid}|${level:uppercase=true}|" + LayoutMessage;
private const string LayoutMessage = @"${logger}|${message}${onexception:inner= ${exception:format=toString,Data}}";