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