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.
                        
                    
         
                Info
| Version: | 1.0.2 | 
| Author(s): | Kristian Virkus | 
| Last Update: | Sunday, November 14, 2021 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/KristianVirkus/Logfile.AspNetCore | 
| NuGet Url: | https://www.nuget.org/packages/Logfile.AspNetCore | 
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