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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DailyRollingFileAppenderExt.LogFilter
protected DailyRollingFileAppenderExt.LogFilter()
accept
public boolean accept(File dir,
String name)
- Specified by:
accept in interface FilenameFilter