org.apache.log4j.lf5

Interface LogRecordFilter

Known Implementing Classes:
PassingLogRecordFilter

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:
LogRecord

Method Summary

boolean
passes(LogRecord record)

Method Details

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.