Slyno.Loggers 1.0.6

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

// Install Slyno.Loggers as a Cake Tool
#tool nuget:?package=Slyno.Loggers&version=1.0.6

Library to help with simple logging.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Slyno.Loggers:

Package Downloads
Slyno.Http

Library to help with applications using HttpClients. This includes JsonContent and Patch methods.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 1,266 11/18/2016
1.0.4 1,230 11/16/2016
1.0.3 1,166 11/16/2016
1.0.2 1,320 11/15/2016
1.0.1 1,163 11/15/2016
1.0.0 1,138 11/15/2016

v1.0.6
     Small adjustments.
     
     v1.0.4
     Updated default log message format.
     
     v1.0.3
     Fixed bug with StringBuilderLogger.

     v1.0.2
     Added StringBuilderLogger and a Logger base class.
     Removed StreamLogger.

     v1.0.1
     Added NullLogger.

     v1.0.0
     Initial release.