Fay.Logging
0.9.0
dotnet add package Fay.Logging --version 0.9.0
NuGet\Install-Package Fay.Logging -Version 0.9.0
<PackageReference Include="Fay.Logging" Version="0.9.0" />
paket add Fay.Logging --version 0.9.0
#r "nuget: Fay.Logging, 0.9.0"
// 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.
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,963 | 1/6/2016 |
Initial Release