|
class | AndFilter |
| A filter that 'and's the results of any number of contained filters together. More...
|
|
class | DenyAllFilter |
| This filter drops all logging events. More...
|
|
class | ExpressionFilter |
| A filter supporting complex expressions - supports both infix and postfix expressions (infix expressions must first be converted to postfix prior to processing). More...
|
|
class | LevelMatchFilter |
| This is a very simple filter based on level matching. More...
|
|
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. More...
|
|
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. More...
|
|
class | MapFilter |
|
class | PropertyFilter |
| NOTE: This filter modifies logging events by adding properties to the event. More...
|
|
class | StringMatchFilter |
| This is a very simple filter based on string matching. More...
|
|