Added custom token support
This commit is contained in:
@@ -40,7 +40,7 @@ public class Logger
|
||||
|
||||
LoggerSettings.CustomHeaderFormatter = ctx =>
|
||||
{
|
||||
if (ctx.LogType == ELogType.Error)
|
||||
if (ctx.LogType == ELogType.ERROR)
|
||||
{
|
||||
return $"{ctx.Timestamp:HH:mm:ss} [{ctx.LogType}]";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user