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 Details

    • clean

      void clean(Date now)
      Deprecated.
    • setMaxHistory

      void setMaxHistory(int maxHistory)
      Deprecated.
    • setTotalSizeCap

      void setTotalSizeCap(long totalSizeCap)
      Deprecated.
    • cleanAsynchronously

      Future<?> cleanAsynchronously(Date now)
      Deprecated.