![]() |
VOOZH | about |
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" />
<PackageVersion Include="NHibernate.Logging" Version="5.0.3" />Directory.Packages.props
<PackageReference Include="NHibernate.Logging" />Project file
paket add NHibernate.Logging --version 5.0.3
#r "nuget: NHibernate.Logging, 5.0.3"
#:package NHibernate.Logging@5.0.3
#addin nuget:?package=NHibernate.Logging&version=5.0.3Install as a Cake Addin
#tool nuget:?package=NHibernate.Logging&version=5.0.3Install as a Cake Tool
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.
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.
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. 😉
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.
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 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
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. |
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 | 29,940 | 3/16/2018 | 5.0.3 is deprecated because it is no longer maintained. |