NAccLogger 1.0.2
Install-Package NAccLogger -Version 1.0.2
dotnet add package NAccLogger --version 1.0.2
<PackageReference Include="NAccLogger" Version="1.0.2" />
paket add NAccLogger --version 1.0.2
#r "nuget: NAccLogger, 1.0.2"
// Install NAccLogger as a Cake Addin
#addin nuget:?package=NAccLogger&version=1.0.2
// Install NAccLogger as a Cake Tool
#tool nuget:?package=NAccLogger&version=1.0.2
This API provides all functionnalities necessary to log text and data to different targets, allowing to select only relevant log items categories, log types and source objects throught appropriate filters. 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.
Product | Versions |
---|---|
.NET Framework | net471 net472 net48 |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
preview release 1.0.1 - fully functional. implementation is almost complete (.NET 4.7.1 Any CPU)