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.
<PackageVersion Include="Slyno.Loggers" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="Slyno.Loggers" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Slyno.Loggers&version=1.0.6
                    
Install Slyno.Loggers as a Cake Addin
#tool nuget:?package=Slyno.Loggers&version=1.0.6
                    
Install Slyno.Loggers as a Cake Tool

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,432 11/18/2016
1.0.4 1,442 11/16/2016
1.0.3 1,312 11/16/2016
1.0.2 1,528 11/15/2016
1.0.1 1,305 11/15/2016
1.0.0 1,277 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.