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