|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractFilter | |
---|---|
org.apache.logging.log4j.core.filter | Log4j 2.0 Filter support. |
Uses of AbstractFilter in org.apache.logging.log4j.core.filter |
---|
Subclasses of AbstractFilter in org.apache.logging.log4j.core.filter | |
---|---|
class |
BurstFilter
The BurstFilter is a logging filter that regulates logging
traffic. |
class |
DynamicThresholdFilter
Compare against a log level that is associated with an MDC value. |
class |
MapFilter
A Filter that operates on a Map. |
class |
MarkerFilter
This filter returns the onMatch result if the marker in the LogEvent is the same as or has the configured marker as a parent. |
class |
RegexFilter
This filter returns the onMatch result if the message matches the regular expression. |
class |
StructuredDataFilter
Filter based on data in a StructuredDataMessage. |
class |
ThreadContextMapFilter
Filter based on a value in the Thread Context Map (MDC). |
class |
ThresholdFilter
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. |
class |
TimeFilter
Filters events that fall within a specified time period in each day. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |