Skip to content

Commit 00c6182

Browse files
authored
Request logging and provider support have shipped [skip ci]
1 parent 5aa8333 commit 00c6182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ That's it! With the level bumped up a little you will see log output resembling:
8282

8383
A more complete example, showing `appsettings.json` configuration, can be found in [the sample project here](https://github.com/serilog/serilog-aspnetcore/tree/dev/samples/EarlyInitializationSample).
8484

85-
### Request logging <sup>`3.0.0`</sup>
85+
### Request logging
8686

8787
The package includes middleware for smarter HTTP request logging. The default request logging implemented by ASP.NET Core is noisy, with multiple events emitted per request. The included middleware condenses these into a single event that carries method, path, status code, and timing information.
8888

@@ -203,7 +203,7 @@ If this method is used, `Log.Logger` is assigned implicitly, and closed when the
203203

204204
A complete example, showing this approach, can be found in [the _InlineIntializationSample_ project](https://github.com/serilog/serilog-aspnetcore/tree/dev/samples/InlineInitializationSample).
205205
206-
### Enabling `Microsoft.Extensions.Logging.ILoggerProvider`s <sup>`3.0.0-*`</sup>
206+
### Enabling `Microsoft.Extensions.Logging.ILoggerProvider`s
207207

208208
Serilog sends events to outputs called _sinks_, that implement Serilog's `ILogEventSink` interface, and are added to the logging pipeline using `WriteTo`. _Microsoft.Extensions.Logging_ has a similar concept called _providers_, and these implement `ILoggerProvider`. Providers are what the default logging configuration creates under the hood through methods like `AddConsole()`.
209209

0 commit comments

Comments
 (0)