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 b8bb2cc + 0c2e485 commit 069f0f7Copy full SHA for 069f0f7
README.md
@@ -155,7 +155,7 @@ The default format above corresponds to an output template like:
155
156
```csharp
157
.WriteTo.File("log.txt",
158
- outputTemplate: "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{u3}] {Message:lj}{NewLine}{Exception}")
+ outputTemplate: "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] {Message:lj}{NewLine}{Exception}")
159
```
160
161
##### JSON event formatting
0 commit comments