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.
<PackageVersion Include="Fay.Logging" Version="0.9.0" />
                    
Directory.Packages.props
<PackageReference Include="Fay.Logging" />
                    
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 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.
#:package Fay.Logging@0.9.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fay.Logging&version=0.9.0
                    
Install as a Cake Addin
#tool nuget:?package=Fay.Logging&version=0.9.0
                    
Install as a Cake Tool

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 2,229 1/6/2016

Initial Release