Fay.Logging 0.9.0

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

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

This library contains the definitions of a delegate based logging API that can be used as a facade for an existing logging framework.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Fay.Logging:

Package Downloads
Fay.Logging.EntLib5

It is a Fay Logging facade for the Microsoft Enterprise Library Logging Application Block version 5. This facade provides a simple delegate logging API making logging easier, while helping to make sure any of the code required to generate a log message is not executed unless the logging level is within scope.

Fay.Logging.NLog4

It is a Fay Logging facade for the NLog version 4.x. This facade provides a simple delegate logging API making logging easier, while helping to make sure any of the code required to generate a log message is not executed unless the logging level is within scope.

Fay.Logging.log4net

It is a Fay Logging facade for the log4net. This facade provides a simple delegate logging API making logging easier, while helping to make sure any of the code required to generate a log message is not executed unless the logging level is within scope.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.0 1,863 1/6/2016

Initial Release