Uses of Class
org.apache.logging.log4j.core.filter.AbstractFilter
Packages that use AbstractFilter
-
Uses of AbstractFilter in org.apache.logging.log4j.core.filter
Subclasses of AbstractFilter in org.apache.logging.log4j.core.filterModifier and TypeClassDescriptionfinal classTheBurstFilteris a logging filter that regulates logging traffic.final classThis filter causes all logging events to be dropped.final classCompares against a log level that is associated with a context value.final classThis filter returns the onMatch result if the logging level in the event matches the specified logging level exactly.final classThis filter returns theonMatchresult if the level of theLogEventis in the range of the configuredLevelRangeFilter.minLevelandLevelRangeFilter.maxLevelvalues, otherwise it returns theonMismatchresult.classA Filter that operates on a Map.final classThis filter returns the onMatch result if the marker in the LogEvent is the same as or has the configured marker as a parent.classFilter based on a value in the Thread Context Map (MDC).final classThis filter returns the onMatch result if there is no marker in the LogEvent.final classA filter that matches the given regular expression pattern against messages.final classReturns the onMatch result if the script returns True and returns the onMismatch value otherwise.final classThis filter returns the onMatch result if the logging level in the event matches the specified logging level exactly.final classFilter based on data in a StructuredDataMessage.classFilter based on a value in the Thread Context Map (MDC).final classThis filter returns the onMatch result if the level in theLogEventis the same or more specific than the configured level and theonMismatchvalue otherwise.final classFilters events that fall within a specified time period in each day.