This commit is contained in:
Jeroen Saey
2026-02-16 14:05:47 +01:00
parent 6145f3a6cd
commit 1f5d7be1a3

View File

@@ -43,6 +43,8 @@ public sealed class FileLoggerProvider : BatchingLoggerProvider, IDisposable
public bool IncludeCorrelationId { get; } public bool IncludeCorrelationId { get; }
public bool EnableCategoryRouting { get; } public bool EnableCategoryRouting { get; }
public string LogFile => _filePath;
[ThreadStatic] [ThreadStatic]
private static StringBuilder? _cachedStringBuilder; private static StringBuilder? _cachedStringBuilder;