This commit is contained in:
2026-02-02 20:15:22 +01:00
parent 4b69b217e0
commit 57d398a003
31 changed files with 1068 additions and 985 deletions

View File

@@ -25,7 +25,7 @@ public class LoggerSettings
private FileLoggerOptions _fileLoggerOptions;
private string _headerFormat = "{ts} {tz} {host} {category} {thread} {logtype}";
private string _timestampFormat = "yyyy-MM-dd HH:mm:ss";
private string _timestampFormat = "yyyy-MM-dd HH:mm:ss.fff";
/// <summary>
/// Determines if we need to use the local time in the logging or UTC (default:false)