Class Summary |
AndFilter |
A filter that 'and's the results of any number of contained filters together.
|
DenyAllFilter |
This filter drops all logging events.
|
ExpressionFilter |
A filter supporting complex expressions - supports both infix and postfix
expressions (infix expressions must first be converted to postfix prior
to processing).
|
LevelMatchFilter |
This is a very simple filter based on level matching.
|
LevelRangeFilter |
This is a very simple filter based on level matching, which can be
used to reject messages with priorities outside a certain range.
|
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. |
MapFilter |
|
PropertyFilter |
NOTE: This filter modifies logging events by adding properties to the event.
|
ReflectionFilter |
|
StringMatchFilter |
This is a very simple filter based on string matching.
|