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.
2 parents 01b0d10 + cec01f6 commit 8fd1fa4Copy full SHA for 8fd1fa4
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