Project DescriptionNHibernate 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 providers are developed in C# using .Net 3.5.
Available Logging ProvidersThe current release contains log providers for the following logging frameworks.
Common.Logging 2.0 supports several other logging frameworks. So you can use
each of them with NHibernate via Common.Logging 2.0 abstraction.
The following logging frameworks are supported by Common.Logging 2.0:
* System.Console
* System.Diagnostics.Trace
* Log4Net 1.2.9
* Log4Net 1.2.10
* NLog
* Enterprise Library 3.1 Logging
* Enterprise Library 4.1 Logging
Review the
NHibernate Wiki for additional informations. Please leave a comment if you like it or not. ;-)