Middleware for ASP.NET Core that uses Serilog to log requests.
Info
Version: | 1.0.2 |
Author(s): | Matt Hamilton |
Last Update: | Friday, January 12, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mthamil/AspNetCore.Serilog.RequestLoggingMiddleware |
NuGet Url: | https://www.nuget.org/packages/AspNetCore.Serilog.RequestLoggingMiddleware |
Install
Install-Package AspNetCore.Serilog.RequestLoggingMiddleware
dotnet add package AspNetCore.Serilog.RequestLoggingMiddleware
paket add AspNetCore.Serilog.RequestLoggingMiddleware
AspNetCore.Serilog.RequestLoggingMiddleware Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.0.1)
- Microsoft.AspNetCore.Http(>= 2.0.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.0.0)
- Serilog(>= 2.6.0)
Tags