Uses of Package
org.apache.logging.log4j.core.filter
-
Classes in org.apache.logging.log4j.core.filter used by org.apache.log4j.bridge Class Description AbstractFilter Users should extend this class to implement filters.AbstractFilterable Enhances a Class by allowing it to contain Filters.Filterable Interface implemented by Classes that allow filtering to occur. -
Classes in org.apache.logging.log4j.core.filter used by org.apache.log4j.config Class Description AbstractFilterable Enhances a Class by allowing it to contain Filters.Filterable Interface implemented by Classes that allow filtering to occur. -
Classes in org.apache.logging.log4j.core.filter used by org.apache.log4j.xml Class Description AbstractFilterable Enhances a Class by allowing it to contain Filters.Filterable 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 Class Description AbstractFilterable Enhances a Class by allowing it to contain Filters.AbstractFilterable.Builder Subclasses can extend this abstract Builder.Filterable 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 Class Description AbstractFilterable Enhances a Class by allowing it to contain Filters.Filterable 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 Class Description AbstractFilterable Enhances a Class by allowing it to contain Filters.AbstractFilterable.Builder Subclasses can extend this abstract Builder.Filterable Interface implemented by Classes that allow filtering to occur. -
Classes in org.apache.logging.log4j.core.filter used by org.apache.logging.log4j.core.async Class Description AbstractFilterable Enhances a Class by allowing it to contain Filters.Filterable 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 Class Description AbstractFilterable Enhances a Class by allowing it to contain Filters.Filterable 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.builder.impl Class Description AbstractFilterable Enhances a Class by allowing it to contain Filters.Filterable 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.composite Class Description AbstractFilterable Enhances a Class by allowing it to contain Filters.Filterable 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.json Class Description AbstractFilterable Enhances a Class by allowing it to contain Filters.Filterable 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.properties Class Description AbstractFilterable Enhances a Class by allowing it to contain Filters.Filterable 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.xml Class Description AbstractFilterable Enhances a Class by allowing it to contain Filters.Filterable 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 Class Description AbstractFilter Users should extend this class to implement filters.AbstractFilter.AbstractFilterBuilder AbstractFilterable.Builder Subclasses can extend this abstract Builder.BurstFilter TheBurstFilter
is a logging filter that regulates logging traffic.BurstFilter.Builder CompositeFilter Composes and invokes one or more filters.DenyAllFilter This filter causes all logging events to be dropped.DenyAllFilter.Builder DynamicThresholdFilter Compares against a log level that is associated with a context value.Filterable Interface implemented by Classes that allow filtering to occur.LevelMatchFilter This filter returns the onMatch result if the logging level in the event matches the specified logging level exactly.LevelMatchFilter.Builder LevelRangeFilter 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 .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.NoMarkerFilter This filter returns the onMatch result if there is no marker in the LogEvent.NoMarkerFilter.Builder RegexFilter This filter returns the onMatch result if the message matches the regular expression.ScriptFilter Returns the onMatch result if the script returns True and returns the onMismatch value otherwise.StringMatchFilter This filter returns the onMatch result if the logging level in the event matches the specified logging level exactly.StringMatchFilter.Builder 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.