Skip to content

Commit 56b3753

Browse files
authored
Try to fit the example output template within the margins [Skip CI]
1 parent 069f0f7 commit 56b3753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ The format is controlled using an _output template_, which the file configuratio
154154
The default format above corresponds to an output template like:
155155

156156
```csharp
157-
.WriteTo.File("log.txt",
158-
outputTemplate: "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] {Message:lj}{NewLine}{Exception}")
157+
.WriteTo.File("log.txt",
158+
outputTemplate: "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] {Message:lj}{NewLine}{Exception}")
159159
```
160160

161161
##### JSON event formatting

0 commit comments

Comments
 (0)