Package ch.qos.logback.core.spi
Interface AbstractComponentTracker.RemovalPredicator<C>
-
- Enclosing class:
- AbstractComponentTracker<C>
private static interface AbstractComponentTracker.RemovalPredicator<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSlatedForRemoval(AbstractComponentTracker.Entry<C> entry, long timestamp)
-
-
-
Method Detail
-
isSlatedForRemoval
boolean isSlatedForRemoval(AbstractComponentTracker.Entry<C> entry, long timestamp)
-
-