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
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ The following properties are available in expressions:
125
125
126
126
***All first-class properties of the event** - no special syntax: `SourceContext` and `Cart` are used in the formatting examples above
127
127
*`@t` - the event's timestamp, as a `DateTimeOffset`
128
-
*`@m` - the rendered message
128
+
*`@m` - the rendered message (Note: do not add format specifiers like `:lj` or you'll lose theme color rendering. These format specifiers are not supported as they've become the default and only option - [see the discussion here](https://github.com/serilog/serilog-expressions/issues/56#issuecomment-1146472988)
129
129
*`@mt` - the raw message template
130
130
*`@l` - the event's level, as a `LogEventLevel`
131
131
*`@x` - the exception associated with the event, if any, as an `Exception`
0 commit comments