org.apache.log4j.lf5

Class PassingLogRecordFilter

Implemented Interfaces:
LogRecordFilter

public class PassingLogRecordFilter
extends Object
implements LogRecordFilter

An implementation of LogRecordFilter which always returns true.
Author:
Richard Wan

Method Summary

boolean
passes(LogRecord record)
void
reset()
Does nothing.

Method Details

passes

public boolean passes(LogRecord record)
Specified by:
passes in interface LogRecordFilter
Returns:
true;

reset

public void reset()
Does nothing.

Copyright 2000-2005 Apache Software Foundation.