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
Constructors Constructor Description SizeAndTimeBasedArchiveRemover(FileNamePattern fileNamePattern, RollingCalendar rc)
Deprecated.
-
Method Summary
-
Methods inherited from class ch.qos.logback.core.rolling.helper.TimeBasedArchiveRemover
clean, cleanAsynchronously, cleanPeriod, setMaxHistory, setTotalSizeCap, toString
-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
-
-
-
Constructor Detail
-
SizeAndTimeBasedArchiveRemover
public SizeAndTimeBasedArchiveRemover(FileNamePattern fileNamePattern, RollingCalendar rc)
Deprecated.
-
-