Skip to content

Commit aa1c0c3

Browse files
committed
README formatting
1 parent fb0d872 commit aa1c0c3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ Then add a file sink to your `LoggerConfiguration`, taking care to set the `shar
162162
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
163163
.Enrich.FromLogContext()
164164
.WriteTo.Console()
165-
// Add this line:
166-
.WriteTo.File(
167-
@"D:\home\LogFiles\Application\myapp.txt",
168-
fileSizeLimitBytes: 1_000_000,
169-
rollOnFileSizeLimit: true,
170-
shared: true,
171-
flushToDiskInterval: TimeSpan.FromSeconds(1))
165+
// Add this line:
166+
.WriteTo.File(
167+
@"D:\home\LogFiles\Application\myapp.txt",
168+
fileSizeLimitBytes: 1_000_000,
169+
rollOnFileSizeLimit: true,
170+
shared: true,
171+
flushToDiskInterval: TimeSpan.FromSeconds(1))
172172
.CreateLogger();
173173
```

0 commit comments

Comments
 (0)