See: Description
| Interface | Description |
|---|---|
| Filter |
Represents a generic filter to filter ILoggingEvent objects.
|
| Class | Description |
|---|---|
| AndFilter |
Represents an And Filter where all sub expressions are and-ed together.
|
| Filter.EmptyFilter |
Empty filter.
|
| FilterParser |
Parses string expression into a @{link Filter}.
|
| LogLevelExpression |
Represents an expression that matches log level.
|
| MdcExpression |
Represents an expression that can match a key,value in MDC.
|
| OrFilter |
Represents an Or filter where all sub expressions are or-ed together.
|
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.