Uses of Class org.apache.log4j.spi.Filter

Uses in package org.apache.log4j.varia

Classes derived from org.apache.log4j.spi.Filter

class
This filter drops all logging events.
class
This is a very simple filter based on level matching.
class
This is a very simple filter based on level matching, which can be used to reject messages with priorities outside a certain range.
class
This is a very simple filter based on string matching.

Uses in package org.apache.log4j.spi

Fields of type org.apache.log4j.spi.Filter

Filter
Points to the next filter in the filter chain.

Methods with parameter type org.apache.log4j.spi.Filter

void
Set the next filter pointer.

Methods with return type org.apache.log4j.spi.Filter

Filter
Return the pointer to the next filter;

Uses in package org.apache.log4j

Fields of type org.apache.log4j.spi.Filter

Filter
The first filter in the filter chain.
Filter
The last filter in the filter chain.

Methods with parameter type org.apache.log4j.spi.Filter

void
Add a filter to the end of the filter list.
void
Add a filter to end of the filter list.

Methods with return type org.apache.log4j.spi.Filter

Filter
Returns the head Filter.
Filter
Returns the head Filter.
Filter
Return the first filter in the filter chain for this Appender.

Copyright 2000-2005 Apache Software Foundation.