serilog-aspnetcore
serilog-aspnetcore copied to clipboard
Serilog integration for ASP.NET Core
#389 Adds `AddElapsedToHttpContext` to _RequestLoggingOptions_. When set to true, will add the _elapsedMs_ value to the HttpContext Items collection prior to invoking _EnrichDiagnosticContext_ I'm suggesting this approach in order to...
**Is your feature request related to a problem? Please describe.** I want to use the diagnostic context to log a structured object containing enhanced request information. I would like this...
Also add a test that shows logger is currently not disposed asynchronously. Should be fixed with https://github.com/serilog/serilog-extensions-logging/pull/262.