ch.qos.logback.core.rolling.helper
Interface ArchiveRemover

All Superinterfaces:
ContextAware
All Known Implementing Classes:
DefaultArchiveRemover, SizeAndTimeBasedArchiveRemover, TimeBasedArchiveRemover

public interface ArchiveRemover
extends ContextAware

Given a date remove older archived log files.

Author:
Ceki Gülcü

Method Summary
 void clean(Date now)
           
 void setMaxHistory(int maxHistory)
           
 
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
 

Method Detail

clean

void clean(Date now)

setMaxHistory

void setMaxHistory(int maxHistory)


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