Skip to content

Commit 85997e9

Browse files
authored
Update README.md, [Skip CI]
1 parent 0e6807c commit 85997e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ Log.Logger = new LoggerConfiguration()
3232
JSON is intended for consumption in an environment without message template rendering, `RenderedCompactJsonFormatter` can be used instead.
3333

3434
Instead of the message template, `RenderedCompactJsonFormatter` writes the fully-rendered message, as well as
35-
an _event id_ [generated from the message template](https://nblumhardt.com/2015/10/assigning-event-types-to-serilog-events/), into the event.
35+
an _event id_ [generated from the message template](https://nblumhardt.com/2015/10/assigning-event-types-to-serilog-events/), into the event:
36+
37+
```json
38+
{"@t":"2016-06-07T13:44:57.8532799+10:00","@m":"Hello, \"nblumhardt\"","@i":"7a8b9c0d","User":"nblumhardt"}
39+
```
3640

3741
### Format details
3842

0 commit comments

Comments
 (0)