Package | Description |
---|---|
org.apache.logging.log4j.core.filter |
Log4j 2 Filter support.
|
Modifier and Type | Class and Description |
---|---|
class |
StructuredDataFilter
Filter based on data in a StructuredDataMessage.
|
class |
ThreadContextMapFilter
Filter based on a value in the Thread Context Map (MDC).
|
Modifier and Type | Method and Description |
---|---|
static MapFilter |
MapFilter.createFilter(KeyValuePair[] pairs,
java.lang.String oper,
Filter.Result match,
Filter.Result mismatch) |