Class SizeAndTimeBasedArchiveRemover
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.rolling.helper.TimeBasedArchiveRemover
ch.qos.logback.core.rolling.helper.SizeAndTimeBasedArchiveRemover
- All Implemented Interfaces:
ArchiveRemover,ContextAware
@Deprecated(since="2022-01-27")
public class SizeAndTimeBasedArchiveRemover
extends TimeBasedArchiveRemover
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.qos.logback.core.rolling.helper.TimeBasedArchiveRemover
TimeBasedArchiveRemover.ArhiveRemoverRunnable -
Constructor Summary
ConstructorsConstructorDescriptionSizeAndTimeBasedArchiveRemover(FileNamePattern fileNamePattern, RollingCalendar rc) Deprecated. -
Method Summary
Methods inherited from class ch.qos.logback.core.rolling.helper.TimeBasedArchiveRemover
clean, cleanAsynchronously, cleanPeriod, setMaxHistory, setTotalSizeCap, toStringMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContextMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Constructor Details
-
SizeAndTimeBasedArchiveRemover
Deprecated.
-