Uses of Class
org.apache.logging.log4j.core.filter.AbstractFilter
Packages that use AbstractFilter
Package
Description
Log4j 2 Filter support.
-
Uses of AbstractFilter in org.apache.log4j.bridge
Subclasses of AbstractFilter in org.apache.log4j.bridge -
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 in theLogEventis in the range of the configured min and max levels, otherwise it returnsonMismatchvalue .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.final classThis filter returns the onMatch result if there is no marker in the LogEvent.final classThis filter returns the onMatch result if the message matches the regular expression.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 the LogEvent is the same or more specific than the configured level and the onMismatch value otherwise.final classFilters events that fall within a specified time period in each day.