public interface EntityLogger
LogManagerFactory
when a change to a logged entity has been detected.Modifier and Type | Method and Description |
---|---|
void |
logChanges(LogManager logManager,
EntityDetails details)
Called when changes has been detected to an entity.
|
void logChanges(LogManager logManager, EntityDetails details)
logManager
- The log manager for the current transactiondetails
- Detailed information about the entity that has
changed