net.sf.basedb.core.log.db
Class ImageLogger
java.lang.Object
net.sf.basedb.core.log.db.ImageLogger
- All Implemented Interfaces:
- EntityLogger
public class ImageLogger
- extends Object
- implements EntityLogger
Logger for images that logs changes as
updates to the scan they belong to.
- Version:
- 2.13
- Author:
- Nicklas
- Last modified
- $Date: 2010-08-13 10:50:27 +0200 (Fri, 13 Aug 2010) $
Constructor Summary |
ImageLogger(boolean detailedProperties)
Creates a new image logger. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
detailedProperties
private final boolean detailedProperties
ImageLogger
public ImageLogger(boolean detailedProperties)
- Creates a new image 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