Wednesday, August 18, 2010

NHibernate Logging Providers

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 providers are developed in C# using .Net 3.5.
Note

I will keep updating the logging providers with the current NH Trunk. When a version if NH3 is tagged I will provide a permanent Download for that particular release.
Available Logging Providers

The current release contains log providers for the following logging frameworks.
  • Common.Logging 2.0

Common.Logging 2.0 supports several other logging frameworks. So you can use each of them with NHibernate via Common.Logging 2.0 abstraction.

Read more: Codeplex