org.apache.log4j.lf5

Class PassingLogRecordFilter

public class PassingLogRecordFilter extends Object implements LogRecordFilter

An implementation of LogRecordFilter which always returns true.

Author: Richard Wan

Method Summary
booleanpasses(LogRecord record)
voidreset()
Does nothing.

Method Detail

passes

public boolean passes(LogRecord record)

Returns: true;

reset

public void reset()
Does nothing.
Copyright 2000-2005 Apache Software Foundation.