File
Doc
Category
Size
Date
Package
LogRecordFilter.java
API Doc
Apache log4j 1.2.15
1628
Sat Aug 25 00:09:38 BST 2007
org.apache.log4j.lf5
LogRecordFilter
public interface LogRecordFilter
An interface for classes which filters LogRecords. Implementations represent a rule or condition which LogRecords may pass or fail.
see
LogRecord
author
Richard Wan
Fields Summary
Constructors Summary
Methods Summary
public
boolean
passes
(
org.apache.log4j.lf5.LogRecord
record)
return
true if the specified LogRecord satisfies whatever condition implementing class tests for.
Java Code Source