Info
Version: | 1.0.2 |
Author(s): | franck.gaspoz |
Last Update: | Monday, September 3, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/franck-gaspoz/NAccLogger/wiki |
NuGet Url: | https://www.nuget.org/packages/NAccLogger |
Install
Install-Package NAccLogger
dotnet add package NAccLogger
paket add NAccLogger
NAccLogger Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It is possible to choose log items properties from more than 10 ones (including information about the caller: object, type, method / property name,source file name and line number) and to control the formating of log items texts (formating,order and size of columns). Several standard loggers are provided, but new ones can be developped in a very simple way. Each component can also be extended in order to support new functionnalities. The API is designed to run fast.
Filters and formating can be controlled in a global way or individualy for each logger. It can store items in real time and delivers it in a deferred way by blocks. It supports multithreading contexts.