Added custom token support

This commit is contained in:
2026-01-30 21:23:39 +01:00
parent f54d40b092
commit 9c77e61ec9
6 changed files with 172 additions and 28 deletions

View File

@@ -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}]";
}