Package org.apache.log4j.lf5
Class PassingLogRecordFilter
- java.lang.Object
-
- org.apache.log4j.lf5.PassingLogRecordFilter
-
- All Implemented Interfaces:
LogRecordFilter
public class PassingLogRecordFilter extends java.lang.Object implements LogRecordFilter
An implementation of LogRecordFilter which always returns true.
-
-
Constructor Summary
Constructors Constructor Description PassingLogRecordFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
passes(LogRecord record)
void
reset()
Does nothing.
-
-
-
Method Detail
-
passes
public boolean passes(LogRecord record)
- Specified by:
passes
in interfaceLogRecordFilter
- Returns:
- true;
-
reset
public void reset()
Does nothing.
-
-