Testing library to verify that the correct logs are generated by apps or libraries using the .NET Standard Microsoft.Extensions.Logging library with Serilog as provider.
Info
Version: | 0.9.0 |
Author(s): | Alessio Franceschelli |
Last Update: | Sunday, August 6, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/alefranz/MELT |
NuGet Url: | https://www.nuget.org/packages/MELT.Serilog |
Install
Install-Package MELT.Serilog
dotnet add package MELT.Serilog
paket add MELT.Serilog
MELT.Serilog Download (Unzip the "nupkg" after downloading)
Dependencies
- MELT(>= 0.6.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.0)
- Serilog(>= 2.7.1)
- Serilog.Extensions.Logging(>= 2.0.2)
Tags