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 class
TheBurstFilter
is a logging filter that regulates logging traffic.final class
This filter causes all logging events to be dropped.final class
Compares against a log level that is associated with a context value.final class
This filter returns the onMatch result if the logging level in the event matches the specified logging level exactly.final class
This filter returns theonMatch
result if the level in theLogEvent
is in the range of the configured min and max levels, otherwise it returnsonMismatch
value .class
A Filter that operates on a Map.final class
This filter returns the onMatch result if the marker in the LogEvent is the same as or has the configured marker as a parent.final class
This filter returns the onMatch result if there is no marker in the LogEvent.final class
This filter returns the onMatch result if the message matches the regular expression.final class
Returns the onMatch result if the script returns True and returns the onMismatch value otherwise.final class
This filter returns the onMatch result if the logging level in the event matches the specified logging level exactly.final class
Filter based on data in a StructuredDataMessage.class
Filter based on a value in the Thread Context Map (MDC).final class
This 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 class
Filters events that fall within a specified time period in each day.