ch.qos.logback.core.rolling.helper
Class TimeBasedArchiveRemover

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.core.rolling.helper.DefaultArchiveRemover
          extended by ch.qos.logback.core.rolling.helper.TimeBasedArchiveRemover
All Implemented Interfaces:
ArchiveRemover, ContextAware

public class TimeBasedArchiveRemover
extends DefaultArchiveRemover


Field Summary
 
Fields inherited from class ch.qos.logback.core.rolling.helper.DefaultArchiveRemover
INACTIVITY_TOLERANCE_IN_MILLIS, UNINITIALIZED
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Constructor Summary
TimeBasedArchiveRemover(FileNamePattern fileNamePattern, RollingCalendar rc)
           
 
Method Summary
protected  void cleanByPeriodOffset(Date now, int periodOffset)
           
 String toString()
           
 
Methods inherited from class ch.qos.logback.core.rolling.helper.DefaultArchiveRemover
clean, setMaxHistory
 
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, wait, wait, wait
 
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
 

Constructor Detail

TimeBasedArchiveRemover

public TimeBasedArchiveRemover(FileNamePattern fileNamePattern,
                               RollingCalendar rc)
Method Detail

cleanByPeriodOffset

protected void cleanByPeriodOffset(Date now,
                                   int periodOffset)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2013 QOS.ch. All Rights Reserved.