Helpful resources for .NET Core and ASP.NET Core logging using various logger frameworks and Microsoft.Extensions.Logging.ILogger interface.
Info
Version: | 1.2.0 |
Author(s): | Aleksander Kovač |
Last Update: | Saturday, July 10, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/com.github.akovac35.Logging.Serilog |
Install
Install-Package com.github.akovac35.Logging.Serilog
dotnet add package com.github.akovac35.Logging.Serilog
paket add com.github.akovac35.Logging.Serilog
com.github.akovac35.Logging.Serilog Download (Unzip the "nupkg" after downloading)
Dependencies
- com.github.akovac35.Logging(>= 1.1.2)
- Microsoft.Extensions.Configuration(>= 3.1.5)
- Microsoft.Extensions.Configuration.Json(>= 3.1.5)
- Serilog(>= 2.9.0)
- Serilog.Extensions.Logging(>= 3.0.1)
- Serilog.Settings.Configuration(>= 3.1.0)
Tags