Package org.apache.log4j.lf5
Class PassingLogRecordFilter
java.lang.Object
org.apache.log4j.lf5.PassingLogRecordFilter
- All Implemented Interfaces:
LogRecordFilter
An implementation of LogRecordFilter which always returns true.
- Author:
- Richard Wan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PassingLogRecordFilter
public PassingLogRecordFilter()
-
-
Method Details
-
passes
- Specified by:
passes
in interfaceLogRecordFilter
- Returns:
- true;
-
reset
public void reset()Does nothing.
-