We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f63b63 commit cec01f6Copy full SHA for cec01f6
src/Serilog.Extensions.Logging/Extensions/Logging/LoggerProviderCollectionSink.cs
@@ -29,7 +29,7 @@ public LoggerProviderCollectionSink(LoggerProviderCollection providers)
29
30
public void Emit(LogEvent logEvent)
31
{
32
- string? categoryName = null;
+ string categoryName = "None";
33
EventId eventId = default;
34
35
if (logEvent.Properties.TryGetValue("SourceContext", out var sourceContextProperty) &&
0 commit comments