Uses of Package
org.apache.logging.log4j.core.filter

Packages that use org.apache.logging.log4j.core.filter
org.apache.logging.log4j.core.appender Log4j 2.0 Appenders. 
org.apache.logging.log4j.core.appender.rewrite Apache Flume Appender. 
org.apache.logging.log4j.core.appender.routing Apache Flume Appender. 
org.apache.logging.log4j.core.config Configuration of Log4j 2.0. 
org.apache.logging.log4j.core.filter Log4j 2.0 Filter support. 
 

Classes in org.apache.logging.log4j.core.filter used by org.apache.logging.log4j.core.appender
Filterable
          Enhances a Class by allowing it to contain Filters.
Filtering
          Interface implemented by Classes that allow filtering to occur.
 

Classes in org.apache.logging.log4j.core.filter used by org.apache.logging.log4j.core.appender.rewrite
Filterable
          Enhances a Class by allowing it to contain Filters.
Filtering
          Interface implemented by Classes that allow filtering to occur.
 

Classes in org.apache.logging.log4j.core.filter used by org.apache.logging.log4j.core.appender.routing
Filterable
          Enhances a Class by allowing it to contain Filters.
Filtering
          Interface implemented by Classes that allow filtering to occur.
 

Classes in org.apache.logging.log4j.core.filter used by org.apache.logging.log4j.core.config
Filterable
          Enhances a Class by allowing it to contain Filters.
Filtering
          Interface implemented by Classes that allow filtering to occur.
 

Classes in org.apache.logging.log4j.core.filter used by org.apache.logging.log4j.core.filter
BurstFilter
          The BurstFilter is a logging filter that regulates logging traffic.
CompositeFilter
          Filter that invokes multiple filters.
DynamicThresholdFilter
          Compare against a log level that is associated with an MDC value.
FilterBase
          Users should extend this class to implement filters.
Filtering
          Interface implemented by Classes that allow filtering to occur.
MapFilter
          A Filter that operates on a Map.
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.
RegexFilter
          This filter returns the onMatch result if the message matches the regular expression.
StructuredDataFilter
          Filter based on data in a StructuredDataMessage.
ThreadContextMapFilter
          Filter based on a value in the Thread Context Map (MDC).
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.
TimeFilter
          Filters events that fall within a specified time period in each day.
ValueLevelPair
          A key and its value.
 



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.