Simple persistence based multipurpose event logging.
Info
Version: | 2.2.6 |
Author(s): | Giacomo Michelon |
Last Update: | Wednesday, October 23, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/AspNetCore.EventLog |
Install
Install-Package AspNetCore.EventLog
dotnet add package AspNetCore.EventLog
paket add AspNetCore.EventLog
AspNetCore.EventLog Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.EntityFrameworkCore(>= 2.2.6)
- Microsoft.EntityFrameworkCore.Relational(>= 2.2.6)
- Microsoft.Extensions.Hosting(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.2)