Uses of Class
org.apache.logging.log4j.core.filter.LevelRangeFilter
-
Packages that use LevelRangeFilter Package Description org.apache.logging.log4j.core.filter Log4j 2 Filter support. -
-
Uses of LevelRangeFilter in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter that return LevelRangeFilter Modifier and Type Method Description static LevelRangeFilter
LevelRangeFilter. createFilter(Level minLevel, Level maxLevel, Filter.Result onMatch, Filter.Result onMismatch)
Creates an instance with the provided properties.
-