Skip to content

Commit 8bb92a4

Browse files
committed
Merge branch 'dev'
2 parents ab523bc + 486073f commit 8bb92a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ The conditional compilation (`#if`) is necessary if you're targeting the CoreCLR
3333
**Finally**, in your `Startup` class's `Configure()` method, call `AddSerilog()` on the provided `loggerFactory`.
3434

3535
```csharp
36-
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerfactory)
36+
public void Configure(IApplicationBuilder app,
37+
IHostingEnvironment env,
38+
ILoggerFactory loggerfactory)
3739
{
3840
loggerfactory.AddSerilog();
3941
```

0 commit comments

Comments
 (0)