NHibernate.Logging 5.0.3

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

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

NHibernate Logging Providers

The current version 5.0.3 is available as NuGet package. This version is built against NHibernate 5.0.3 and Common.Logging 3.4.1.

Project Description

NHibernate Logging Providers makes it possible to use your favourite logger with NHibernate. You no longer have to use log4net. The new NHibernate (since NH3) logging abstraction makes this possible. The provider is developed in C# using .NET 4.6.1.

Available Logging Providers

The current release contains log providers for the following logging frameworks.

Common.Logging 3.4.1 supports several other logging frameworks. So you can use each of them with NHibernate via Common.Logging 3.4.1 abstraction.

Review the NHibernate Wiki for additional informations. Please leave a comment if you like it or not. 😉

NuGet available

The repository contains a *.nuspec file for creating a NuGet package since the last release. The file was created and contributed by Matthew Ferreira. Thanks again for the effort.

Getting Started

Add the NuGet package to your project. Install all nessessary Common.Logging packages for the Log �rovider you want to use.

To enable the log provider you have to add the following lines to your Web.config or App.config:

<appSettings>
  <add key="nhibernate-logger" 
       value="NHibernate.Logging.CommonLogging.CommonLoggingLoggerFactory, NHibernate.Logging.CommonLogging"/>
</appSettings>
Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NHibernate.Logging:

Package Downloads
BetterCms.Core

Core functionality of the publishing focused and developer friendly .NET Open source CMS.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NHibernate.Logging:

Repository Stars
devbridge/BetterCMS
A publishing focused and developer friendly .NET Open Source CMS.
Version Downloads Last updated
5.0.3 24,167 3/16/2018