|
Log4j 1.3alpha-7 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
org.apache.log4j | The main log4j package. |
org.apache.log4j.filter | |
org.apache.log4j.rolling | Implements various file rolling policies. |
org.apache.log4j.spi | Contains part of the System Programming Interface (SPI) needed to extend log4j. |
Uses of Filter in org.apache.log4j |
Fields in org.apache.log4j declared as Filter | |
protected 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 Filter | |
Filter |
RollingFileAppender.getFilter()
Deprecated. Returns the head Filter. |
Filter |
DailyRollingFileAppender.getFilter()
Deprecated. Returns the head Filter. |
Filter |
AppenderSkeleton.getFilter()
Returns the head Filter. |
Filter |
AppenderSkeleton.getFirstFilter()
Return the first filter in the filter chain for this Appender. |
Filter |
Appender.getFilter()
Returns the head Filter. |
Methods in org.apache.log4j with parameters of type Filter | |
void |
RollingFileAppender.addFilter(Filter newFilter)
Deprecated. Add a filter to the end of the filter list. |
void |
DailyRollingFileAppender.addFilter(Filter newFilter)
Deprecated. Add a filter to the end of the filter list. |
void |
AppenderSkeleton.addFilter(Filter newFilter)
Add a filter to end of the filter list. |
void |
Appender.addFilter(Filter newFilter)
Add a filter to the end of the filter list. |
Uses of Filter in org.apache.log4j.filter |
Subclasses of Filter in org.apache.log4j.filter | |
class |
AndFilter
A filter that 'and's the results of any number of contained filters together. |
class |
DenyAllFilter
This filter drops all logging events. |
class |
ExpressionFilter
A filter supporting complex expressions - supports both infix and postfix expressions (infix expressions must first be converted to postfix prior to processing). |
class |
LevelMatchFilter
This is a very simple filter based on level matching. |
class |
LevelRangeFilter
This is a very simple filter based on level matching, which can be used to reject messages with priorities outside a certain range. |
class |
LocationInfoFilter
Location information is usually specified at the appender level - all events associated with an appender either create and parse stack traces or they do not. |
class |
MapFilter
|
class |
PropertyFilter
NOTE: This filter modifies logging events by adding properties to the event. |
class |
ReflectionFilter
|
class |
StringMatchFilter
This is a very simple filter based on string matching. |
Methods in org.apache.log4j.filter with parameters of type Filter | |
void |
AndFilter.addFilter(Filter filter)
|
Uses of Filter in org.apache.log4j.rolling |
Methods in org.apache.log4j.rolling that return Filter | |
Filter |
FilterBasedTriggeringPolicy.getFilter()
Returns the head Filter. |
Methods in org.apache.log4j.rolling with parameters of type Filter | |
void |
FilterBasedTriggeringPolicy.addFilter(Filter newFilter)
Add a filter to end of the filter list. |
Uses of Filter in org.apache.log4j.spi |
Fields in org.apache.log4j.spi declared as Filter | |
Filter |
Filter.next
Deprecated. As of 1.2.12, use getNext() and setNext(org.apache.log4j.spi.Filter) instead |
Methods in org.apache.log4j.spi that return Filter | |
Filter |
Filter.getNext()
Return the pointer to the next filter; |
Methods in org.apache.log4j.spi with parameters of type Filter | |
void |
Filter.setNext(Filter next)
Set the next filter pointer. |
|
Log4j 1.3alpha-7 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |