Package | Description |
---|---|
org.apache.logging.log4j.core.filter |
Log4j 2 Filter support.
|
Modifier and Type | Method and Description |
---|---|
static RegexFilter |
RegexFilter.createFilter(java.lang.String regex,
java.lang.String[] patternFlags,
java.lang.Boolean useRawMsg,
Filter.Result match,
Filter.Result mismatch)
Creates a Filter that matches a regular expression.
|