Info
Version: | 1.1.1 |
Author(s): | Andy James |
Last Update: | Thursday, October 26, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://git.npanda.io/NChronicle/NChronicle.Console |
NuGet Url: | https://www.nuget.org/packages/NChronicle.Console |
Install
Install-Package NChronicle.Console
dotnet add package NChronicle.Console
paket add NChronicle.Console
NChronicle.Console Download (Unzip the "nupkg" after downloading)
Dependencies
netstandard1.4
- NChronicle.Core(>= 1.1.1)
- System.Threading.Thread(>= 4.3.0)
- NChronicle.Core(>= 1.1.1)
Tags
NChronicle.Console is a highly configurable console logging Library for the NChronicle logging framework. NChronicle.Console includes options to ignore and/or listen solely to certain log messages via level and/or tags, completely customize the output format (date/time format specification, conditionals, and arguments), specify time zone, and of course customize colors.
Further Libraries planned for the NChronicle logging framework include NChronicle.File, NChronicle.Email, NChronicle.API and NChronicle.Owin.