Showing related tags and posts across the entire site.
-
Scenario You want to create an audit table so that changes to business entities are tracked with a timestamp. You want this do be done automatically by NHibernate. Options There are a number of ways of doing this, using IInterceptor or the NHibernate 2.0 Event model. As the event model is fairly new...
-
The NHibernate 3 Trunk-Version contains a new Interface "IInternalLogger" which provides interface for custom loggers to be configured with NHibernate. NHibernate provides' a log4net log provider for this interface out of the box. So if you are using NHibernate with log4net just deliver...
Posted to
How to
by
mgernand
on 09-27-2010
Filed under: common.logging, ilogger, log, logging, Nhibernate, nlog