Uses of Class
org.apache.logging.log4j.core.filter.RegexFilter
-
Packages that use RegexFilter Package Description org.apache.logging.log4j.core.filter Log4j 2 Filter support. -
-
Uses of RegexFilter in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter that return RegexFilter Modifier and Type Method 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.
-