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 b250f21 commit ecc94e1Copy full SHA for ecc94e1
README.md
@@ -39,7 +39,7 @@ call `AddSerilog()` on the provided `loggerFactory`.
39
public void Configure(IApplicationBuilder app,
40
IHostingEnvironment env,
41
ILoggerFactory loggerfactory,
42
- IApplicationLifetime appLifetime)
+ IApplicationLifetime appLifetime)
43
{
44
loggerfactory.AddSerilog();
45
0 commit comments