-
- Type Parameters:
T- The type of theRecordinstances managed by theLogger.
- All Superinterfaces:
org.refcodes.mixin.Clearable,LogDecorator,Logger<T>,QueryLogger<T>
- All Known Implementing Classes:
CompositeTrimLoggerImpl,PartedTrimLoggerImpl
public interface TrimLogger<T> extends QueryLogger<T>, org.refcodes.mixin.Clearable
TheTrimLoggerextends theQueryLoggerwith the functionality to removeRecordinstances previously being logged by providing the accordingCriteria.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteLogs(org.refcodes.criteria.Criteria aCriteria)Deletes loggedRecordinstances according to the providedCriteria.-
Methods inherited from interface org.refcodes.logger.LogDecorator
printHead, printSeparator, printTail
-
-