NHibernate.Logging
5.0.3
dotnet add package NHibernate.Logging --version 5.0.3
NuGet\Install-Package NHibernate.Logging -Version 5.0.3
<PackageReference Include="NHibernate.Logging" Version="5.0.3" />
paket add NHibernate.Logging --version 5.0.3
#r "nuget: NHibernate.Logging, 5.0.3"
// 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 | Versions 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. |
-
- Common.Logging (>= 3.4.1)
- NHibernate (>= 5.0.3)
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 | 27,386 | 3/16/2018 |