Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » lf5 » [javadoc | source]
org.apache.log4j.lf5
public class: PassingLogRecordFilter [javadoc | source]
java.lang.Object
   org.apache.log4j.lf5.PassingLogRecordFilter

All Implemented Interfaces:
    LogRecordFilter

An implementation of LogRecordFilter which always returns true.
Method from org.apache.log4j.lf5.PassingLogRecordFilter Summary:
passes,   reset
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.lf5.PassingLogRecordFilter Detail:
 public boolean passes(LogRecord record) 
 public  void reset() 
    Does nothing.