org.apache.log4j
Class DailyRollingFileAppenderExt.LogFilter

java.lang.Object
  |
  +--org.apache.log4j.DailyRollingFileAppenderExt.LogFilter
All Implemented Interfaces:
FilenameFilter
Enclosing class:
DailyRollingFileAppenderExt

protected class DailyRollingFileAppenderExt.LogFilter
extends Object
implements FilenameFilter

Used by DailyRollingFileAppenderExt.deleteOldLogs() to determine the current set of log files that are in use.


Constructor Summary
protected DailyRollingFileAppenderExt.LogFilter()
           
 
Method Summary
 boolean accept(File dir, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DailyRollingFileAppenderExt.LogFilter

protected DailyRollingFileAppenderExt.LogFilter()
Method Detail

accept

public boolean accept(File dir,
                      String name)
Specified by:
accept in interface FilenameFilter