NHibernate.Logging.CommonLogging 5.5.1

dotnet add package NHibernate.Logging.CommonLogging --version 5.5.1
NuGet\Install-Package NHibernate.Logging.CommonLogging -Version 5.5.1
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.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NHibernate.Logging.CommonLogging --version 5.5.1
#r "nuget: NHibernate.Logging.CommonLogging, 5.5.1"
#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.5.1

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

NHibernate Logging Providers

The current version 5.5.1 is available as NuGet package. This version is built against NHibernate 5.5.1 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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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.5.1 0 4/18/2024
5.5.0 197 1/4/2024
5.4.6 173 11/16/2023
5.4.2 240 4/13/2023
5.4.1 241 2/24/2023
5.4.0 1,710 1/18/2023
5.3.14 329 11/19/2022
5.3.13 380 10/12/2022
5.3.11 3,988 4/12/2022
5.3.10 604 11/4/2021