NChronicle is an extensible logging and output library allowing centralized management and distribution of log messages to a number of logging destinations (known as 'Libraries'). NChronicle.Core is the core functionality and abstraction layer for all of these Libraries. NChronicle.Core supports multiple levels of logging (Success, Info, Debug, Warning, Error, and Critical) and custom tagging of messages so logs are more findable and manageable. NChronicle allows configuration programmatically or via a live monitored XML configuration file. NChronicle.Console is available as a highly configurable NChronicle Library dispatching log messages to STDOUT / the Console. NChronicle.File is also available as a extensive NChronicle Library writing log message to a file with flexible retention controls. NChronicle.SMTP is a comprehensive SMTP email NChronicle Library sending log messages in customizable email messages. Further Libraries planned for the NChronicle logging framework include NChronicle.EventVwr, NChronicle.API and NChronicle.Owin.
$ dotnet add package NChronicle.CoreNo README available.