A Serilog sink that exposes a simple interface to retrieve and change LoggingLevelSwitches at runtime.
Info
Version: | 2.0.0 |
Author(s): | Gowon Patterson |
Last Update: | Friday, July 24, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gowon/Serilog.Sinks.DynamicSwitch |
NuGet Url: | https://www.nuget.org/packages/Serilog.Sinks.DynamicSwitch |
Install
Install-Package Serilog.Sinks.DynamicSwitch
dotnet add package Serilog.Sinks.DynamicSwitch
paket add Serilog.Sinks.DynamicSwitch
Serilog.Sinks.DynamicSwitch Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.1)
- Serilog(>= 2.8.0)
Tags