1. Cleanest way to log who updated what in CF-ORM / Hibernate? stackoverflow.comOne of the requirements of my project is to log who (which Staff) updated what (from what version to what version). UI needs to show who updated entity X at ... |
2. Hibernate Version in Logs forum.hibernate.org |
3. Logging in version 2.0.3 forum.hibernate.orgHi I am using hibernate version 2.0.3. and the standard Log4J logger version 1.2.8 A lot of the logging messages that where present in pervious version of hibernate have not disapeared. How do I get all the logging messages to be displayed? For example class net.sf.hibernate.loader.Loader logs at a level of Trace - which is not defined in Log4J. Thanks Richard ... |