NAccLogger 1.0.1
See the version list below for details.
dotnet add package NAccLogger --version 1.0.1
NuGet\Install-Package NAccLogger -Version 1.0.1
<PackageReference Include="NAccLogger" Version="1.0.1" />
paket add NAccLogger --version 1.0.1
#r "nuget: NAccLogger, 1.0.1"
// Install NAccLogger as a Cake Addin #addin nuget:?package=NAccLogger&version=1.0.1 // Install NAccLogger as a Cake Tool #tool nuget:?package=NAccLogger&version=1.0.1
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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
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)