org.apache.log4j.lf5

Interface LogRecordFilter

public interface LogRecordFilter

An interface for classes which filters LogRecords. Implementations represent a rule or condition which LogRecords may pass or fail.

Author: Richard Wan

See Also:

Method Summary
booleanpasses(LogRecord record)

Method Detail

passes

public boolean passes(LogRecord record)

Returns: true if the specified LogRecord satisfies whatever condition implementing class tests for.

Copyright 2000-2005 Apache Software Foundation.