Interface ArchiveRemover
- All Superinterfaces:
ContextAware
- All Known Implementing Classes:
SizeAndTimeBasedArchiveRemover
,TimeBasedArchiveRemover
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Given a date remove older archived log files.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Future
<?> cleanAsynchronously
(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
-
Method Details
-
clean
Deprecated. -
setMaxHistory
void setMaxHistory(int maxHistory) Deprecated. -
setTotalSizeCap
void setTotalSizeCap(long totalSizeCap) Deprecated. -
cleanAsynchronously
Deprecated.
-