Package net.sf.basedb.core.log.db
Class PlateEventLogger
java.lang.Object
net.sf.basedb.core.log.db.PlateEventLogger
- All Implemented Interfaces:
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: 2017-05-22 14:35:27 +0200 (må, 22 maj 2017) $
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPlateEventLogger
(DbLogManagerFactory factory) Creates a new plate event logger. -
Method Summary
Modifier and TypeMethodDescriptionvoid
logChanges
(LogManager logManager, EntityDetails details) Called when changes has been detected to an entity.
-
Field Details
-
factory
-
detailedProperties
private final boolean detailedProperties
-
-
Constructor Details
-
PlateEventLogger
Creates a new plate event logger.- Parameters:
factory
- The log manager factory currently in use
-
-
Method Details
-
logChanges
Description copied from interface:EntityLogger
Called when changes has been detected to an entity.- Specified by:
logChanges
in interfaceEntityLogger
- Parameters:
logManager
- The log manager for the current transactiondetails
- Detailed information about the entity that has changed
-