Uses of Class
org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
Packages that use DynamicThresholdFilter Package Description org.apache.logging.log4j.core.filter Log4j 2 Filter support. -
-
Uses of DynamicThresholdFilter in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter that return DynamicThresholdFilter Modifier and Type Method Description static DynamicThresholdFilter
DynamicThresholdFilter. createFilter(String key, KeyValuePair[] pairs, Level defaultThreshold, Filter.Result onMatch, Filter.Result onMismatch)
Creates a DynamicThresholdFilter.
-