This is the ASP.NET Core 2.x adapter for the Logfile library capable of logging information in a structured way, retaining the information instead of just serializing it all into a human readable string.
Install
Install-Package Logfile.AspNetCore
dotnet add package Logfile.AspNetCore
paket add Logfile.AspNetCore
Logfile.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Logfile(>= 1.0.4)
- Microsoft.Extensions.Logging(>= 2.1.1)
Tags