ch.qos.logback.core.rolling.helper
Class SizeAndTimeBasedArchiveRemover
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.rolling.helper.DefaultArchiveRemover
ch.qos.logback.core.rolling.helper.SizeAndTimeBasedArchiveRemover
- All Implemented Interfaces:
- ArchiveRemover, ContextAware
public class SizeAndTimeBasedArchiveRemover
- extends DefaultArchiveRemover
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SizeAndTimeBasedArchiveRemover
public SizeAndTimeBasedArchiveRemover(FileNamePattern fileNamePattern,
RollingCalendar rc)
clean
public void clean(Date now)
- Specified by:
clean
in interface ArchiveRemover
- Overrides:
clean
in class DefaultArchiveRemover
Copyright © 2005-2011 QOS.ch. All Rights Reserved.