Package net.sf.basedb.core.log
Interface EntityLogger
- All Known Implementing Classes:
AnnotationLogger
,AnnotationSetLogger
,AnyToAnyLogger
,BioMaterialEventLogger
,DefaultEntityLogger
,FileSetMemberLogger
,ManualEntryLogger
,MigrateRbaToDba.MigratedLogger
,PlateEventLogger
public interface EntityLogger
Entity logger implementations are created by a
LogManagerFactory
when a change to a logged entity has been detected.- Version:
- 2.13
- Author:
- Nicklas
- Last modified
- $Date: 2009-08-07 12:50:01 +0200 (fr, 07 aug 2009) $
-
Method Summary
Modifier and TypeMethodDescriptionvoid
logChanges
(LogManager logManager, EntityDetails details) Called when changes has been detected to an entity.
-
Method Details
-
logChanges
Called when changes has been detected to an entity.- Parameters:
logManager
- The log manager for the current transactiondetails
- Detailed information about the entity that has changed
-