You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ static string FormatMessageWithoutQuotes(LogEvent logEvent, IFormatProvider? for
77
77
```
78
78
79
79
> [!NOTE]
80
-
> By default, only log events coming from `Microsoft.Extensions.Logging` are formatted without quotes.
80
+
> By default, only log events coming from `Microsoft.Extensions.Logging` are formatted without quotes. Log events are identified as coming from `Microsoft.Extensions.Logging` if they have a non-zero [event ID](https://learn.microsoft.com/en-us/dotnet/core/extensions/logging#log-event-id) or a non-null [EventId](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.eventid) name.
81
81
82
82
To restore the behaviour of version 1.2.0 and earlier (i.e. quoting of all strings), apply te following message formatter:
0 commit comments