NHibernate.Logging.CommonLogging 5.3.13

.NET Standard 2.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package NHibernate.Logging.CommonLogging --version 5.3.13
NuGet\Install-Package NHibernate.Logging.CommonLogging -Version 5.3.13
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.CommonLogging" Version="5.3.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NHibernate.Logging.CommonLogging --version 5.3.13
#r "nuget: NHibernate.Logging.CommonLogging, 5.3.13"
#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.CommonLogging as a Cake Addin
#addin nuget:?package=NHibernate.Logging.CommonLogging&version=5.3.13

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

NHibernate Logging Providers

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

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 .NET Standard 2.0.

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 package

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 logging provider 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 Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.4.1 102 2/24/2023
5.4.0 169 1/18/2023
5.3.14 204 11/19/2022
5.3.13 259 10/12/2022
5.3.11 1,814 4/12/2022
5.3.10 470 11/4/2021