A Serilog sink that correlates log events with the code that produced them, enabling unit testing of log output.
Info
Version: | 4.0.0 |
Author(s): | Mitch Bodmer |
Last Update: | Tuesday, June 4, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MitchBodmer/serilog-sinks-testcorrelator |
NuGet Url: | https://www.nuget.org/packages/Serilog.Sinks.TestCorrelator |
Install
Install-Package Serilog.Sinks.TestCorrelator
dotnet add package Serilog.Sinks.TestCorrelator
paket add Serilog.Sinks.TestCorrelator
Serilog.Sinks.TestCorrelator Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Serilog(>= 2.7.1)
- System.Collections.Immutable(>= 1.5.0)
- System.Reactive(>= 4.1.2)
- Serilog(>= 2.7.1)
- System.Collections.Immutable(>= 1.5.0)
- System.Reactive(>= 4.1.2)
Tags