mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Update Logging.cs
This commit is contained in:
@@ -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}}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user