|
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 |
| When location information is available, individual log statements can be turned on or off depending on their source location. More...
|
|
class | LoggerMatchFilter |
| This is a very simple filter based on logger name matching. More...
|
|
class | MapFilter |
| A Filter that operates on the current thread's MDC map. More...
|
|
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...
|
|