Blue.Logging
0.5.2
dotnet add package Blue.Logging --version 0.5.2
NuGet\Install-Package Blue.Logging -Version 0.5.2
<PackageReference Include="Blue.Logging" Version="0.5.2" />
paket add Blue.Logging --version 0.5.2
#r "nuget: Blue.Logging, 0.5.2"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
- Blue.Logging.Lib (>= 0.5.1)
GitHub repositories
This package is not used by any popular GitHub repositories.
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