Hey guys,
I used the following article as a base line to create my own logger.
Have a look and let me know what you think
http://javarobski.blogspot.com/2008/03/hibernate-audit-logging-right-way.html
I hack into the session factory to get the DB table and column names.
This works better for me as i don't depend on the names of my java objects
cheers.
Robert |