NAccLogger 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package NAccLogger --version 1.0.1
NuGet\Install-Package NAccLogger -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NAccLogger" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NAccLogger --version 1.0.1
#r "nuget: NAccLogger, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.0.2 935 9/3/2018
1.0.1 758 9/1/2018
1.0.0 1,179 8/23/2018

preview release 1.0.1 - fully functional. implementation is almost complete (.NET 4.7.1 Any CPU)