Uses of Class
org.apache.logging.log4j.core.filter.ThresholdFilter
-
Packages that use ThresholdFilter Package Description org.apache.logging.log4j.core.filter Log4j 2 Filter support. -
-
Uses of ThresholdFilter in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter that return ThresholdFilter Modifier and Type Method Description static ThresholdFilter
ThresholdFilter. createFilter(Level level, Filter.Result match, Filter.Result mismatch)
Creates a ThresholdFilter.
-