Info
Version: | 1.0.0 |
Author(s): | sgryphon |
Last Update: | Friday, March 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sgryphon/essential-logging |
NuGet Url: | https://www.nuget.org/packages/Essential.LogTemplate |
Install
Install-Package Essential.LogTemplate
dotnet add package Essential.LogTemplate
paket add Essential.LogTemplate
Essential.LogTemplate Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
The template formatter includes different presentations of log information (log level, short code, event ID, scopes, etc), system information (thread, user, machine name, time, etc), and other values useful for logging (system directories, environment variables, etc).
Other Essential.Logging packages extend the .NET Microsoft.Extensions.Logging with guidance, links, utilities, and additional logger providers.
See the project site on GitHub for examples and documentation.