Info
Version: | 3.0.0 |
Author(s): | Mark Dickinson |
Last Update: | Tuesday, September 22, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DickinsonBros.Logger |
Install
Install-Package DickinsonBros.Logger
dotnet add package DickinsonBros.Logger
paket add DickinsonBros.Logger
DickinsonBros.Logger Download (Unzip the "nupkg" after downloading)
Dependencies
- DickinsonBros.Logger.Abstractions(>= 2.0.0 && < 3.0.0)
- DickinsonBros.Redactor.Abstractions(>= 2.0.0 && < 3.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.0 && < 4.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.0 && < 4.0.0)
Features
* Redacts all logs
* Allows for dictionary of variables to be past in that all become first class propertys in the log.
* Ability to add a correlation id with scopes
* Allows for improved testability.