Blue.Logging 0.5.2

dotnet add package Blue.Logging --version 0.5.2
NuGet\Install-Package Blue.Logging -Version 0.5.2
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="Blue.Logging" Version="0.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Blue.Logging --version 0.5.2
#r "nuget: Blue.Logging, 0.5.2"
#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 Blue.Logging as a Cake Addin
#addin nuget:?package=Blue.Logging&version=0.5.2

// Install Blue.Logging as a Cake Tool
#tool nuget:?package=Blue.Logging&version=0.5.2

Infrastructure-library for encapsulation of application-Logging.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.2 261 11/18/2014
0.5.1 327 11/14/2014
0.4.1 107 10/1/2014
0.4.0 188 9/25/2014
0.3.1 163 8/29/2014
0.3.0 149 8/25/2014

0.5.2 - Added targeting of wp8 and wpa81
     0.5.1 - Added DisposableTracer and Extensions for simple method-level tracing, extracted binaries to Blue.Logging.Lib
     0.5.0 - Major simplification to ILogAdapter so implementing custom Loggers will be way easier for future implementations
     0.4.2 - renamed portable assembly, DebugLoggernow logs in Release-Build also
     0.4.1 - Release-Build
     0.4.0 - Added support named loggers
     0.3.0 - Added overloads for passing Exceptions, Added formatting overloads
     0.2.0 - Support for composite-logging, registration of adapter-factories, DebugAdapter
     0.1.0 - Initital Release