net.sf.basedb.core.log.db
Class PlateEventLogger
java.lang.Object
net.sf.basedb.core.log.db.PlateEventLogger
- All Implemented Interfaces:
- EntityLogger
public class PlateEventLogger
- extends Object
- implements EntityLogger
Logger for plate events that logs changes as
updates to the plate the event belongs to.
- Version:
- 2.13
- Author:
- Nicklas
- Last modified
- $Date: 2009-08-19 13:31:03 +0200 (Wed, 19 Aug 2009) $
Constructor Summary |
PlateEventLogger(boolean detailedProperties)
Creates a new plate event logger. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
detailedProperties
private final boolean detailedProperties
PlateEventLogger
public PlateEventLogger(boolean detailedProperties)
- Creates a new plate event logger.
- Parameters:
detailedProperties
- If TRUE, the log includes a list with
the properties that was modified
logChanges
public void logChanges(LogManager logManager,
EntityDetails details)
- Description copied from interface:
EntityLogger
- Called when changes has been detected to an entity.
- Specified by:
logChanges
in interface EntityLogger
- Parameters:
logManager
- The log manager for the current transactiondetails
- Detailed information about the entity that has
changed