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 ab523bc + 486073f commit 8bb92a4Copy full SHA for 8bb92a4
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