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.
1 parent 955e7a6 commit 7bc6ee6Copy full SHA for 7bc6ee6
README.md
@@ -33,7 +33,9 @@ The conditional compilation (`#if`) is necessary if you're targeting the CoreCLR
33
**Finally**, in your `Startup` class's `Configure()` method, call `AddSerilog()` on the provided `loggerFactory`.
34
35
```csharp
36
- public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerfactory)
+ public void Configure(IApplicationBuilder app,
37
+ IHostingEnvironment env,
38
+ ILoggerFactory loggerfactory)
39
{
40
loggerfactory.AddSerilog();
41
```
0 commit comments