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.File |
NuGet Url: | https://www.nuget.org/packages/NChronicle.File |
Install
Install-Package NChronicle.File
dotnet add package NChronicle.File
paket add NChronicle.File
NChronicle.File Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- NChronicle.Core(>= 1.1.1)
- NChronicle.Core(>= 1.1.1)
- System.IO.FileSystem(>= 4.3.0)
- System.Reflection(>= 4.3.0)
- System.Threading.Thread(>= 4.3.0)
Tags
NChronicle.File is an extensive file logging Library for the NChronicle logging framework.
NChronicle.File 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 apply retention policies for the output files.
Further Libraries planned for the NChronicle logging framework include NChronicle.API and NChronicle.Owin.