A loggin library wrapped around Serilog to make logging just that much easier to implement in .Net Core applications.
Info
Version: | 1.0.3 |
Author(s): | James Pusateri |
Last Update: | Wednesday, March 11, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/MCS.Logging.DotNetCore |
Install
Install-Package MCS.Logging.DotNetCore
dotnet add package MCS.Logging.DotNetCore
paket add MCS.Logging.DotNetCore
MCS.Logging.DotNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
- Serilog(>= 2.9.0)
- Serilog.Sinks.File(>= 4.1.0)
- Serilog.Sinks.MSSqlServer(>= 5.1.3)
- System.Data.SqlClient(>= 4.7.0)
Tags