Uses of Class
org.apache.log4j.spi.Filter
Packages that use Filter
Package
Description
The main log4j package.
Contains part of the System Programming Interface (SPI) needed to
extend log4j.
Contains various appenders, filters and other odds and ends.
-
Uses of Filter in org.apache.log4j
Fields in org.apache.log4j declared as FilterModifier and TypeFieldDescriptionprotected Filter
AppenderSkeleton.headFilter
The first filter in the filter chain.protected Filter
AppenderSkeleton.tailFilter
The last filter in the filter chain.Methods in org.apache.log4j that return FilterModifier and TypeMethodDescriptionAppender.getFilter()
Returns the head Filter.AppenderSkeleton.getFilter()
Returns the head Filter.final Filter
AppenderSkeleton.getFirstFilter()
Return the first filter in the filter chain for this Appender.Methods in org.apache.log4j with parameters of type Filter -
Uses of Filter in org.apache.log4j.spi
Fields in org.apache.log4j.spi declared as FilterMethods in org.apache.log4j.spi that return FilterMethods in org.apache.log4j.spi with parameters of type Filter -
Uses of Filter in org.apache.log4j.varia
Subclasses of Filter in org.apache.log4j.variaModifier and TypeClassDescriptionclass
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.
getNext()
andsetNext(org.apache.log4j.spi.Filter)
instead