Interface ArchiveRemover
-
- All Superinterfaces:
ContextAware
- All Known Implementing Classes:
SizeAndTimeBasedArchiveRemover
,TimeBasedArchiveRemover
@Deprecated(since="2022-01-27") public interface ArchiveRemover extends ContextAware
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.Given a date remove older archived log files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
clean(java.util.Date now)
Deprecated.java.util.concurrent.Future<?>
cleanAsynchronously(java.util.Date now)
Deprecated.void
setMaxHistory(int maxHistory)
Deprecated.void
setTotalSizeCap(long totalSizeCap)
Deprecated.-
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
-