Uses of Enum
ch.qos.logback.core.spi.FilterReply
Packages that use FilterReply
Package
Description
This is logback access' implementation for Jetty 8.
Contains the core classes of logback access.
This is logback access' implementation for Tomcat.
Contains core classes of logback classic.
Contains the main classes of logback core.
Contains base classes to the event filtering functionality of logback.
Contains core functionnalities of logback, such as
-
Uses of FilterReply in ch.qos.logback.access.filter
Methods in ch.qos.logback.access.filter that return FilterReply -
Uses of FilterReply in ch.qos.logback.access.jetty
Methods in ch.qos.logback.access.jetty that return FilterReply -
Uses of FilterReply in ch.qos.logback.access.spi
Methods in ch.qos.logback.access.spi that return FilterReply -
Uses of FilterReply in ch.qos.logback.access.tomcat
Methods in ch.qos.logback.access.tomcat that return FilterReply -
Uses of FilterReply in ch.qos.logback.classic.filter
Methods in ch.qos.logback.classic.filter that return FilterReplyModifier and TypeMethodDescriptionLevelFilter.decide
(ILoggingEvent event) ThresholdFilter.decide
(ILoggingEvent event) -
Uses of FilterReply in ch.qos.logback.classic.spi
Methods in ch.qos.logback.classic.spi that return FilterReply -
Uses of FilterReply in ch.qos.logback.classic.turbo
Fields in ch.qos.logback.classic.turbo declared as FilterReplyModifier and TypeFieldDescriptionprotected FilterReply
MatchingFilter.onMatch
protected FilterReply
MatchingFilter.onMismatch
Methods in ch.qos.logback.classic.turbo that return FilterReplyModifier and TypeMethodDescriptionDuplicateMessageFilter.decide
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) DynamicThresholdFilter.decide
(org.slf4j.Marker marker, Logger logger, Level level, String s, Object[] objects, Throwable throwable) This method first finds the MDC value for 'key'.MarkerFilter.decide
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) MDCFilter.decide
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) ReconfigureOnChangeFilter.decide
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) abstract FilterReply
TurboFilter.decide
(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) Make a decision based on the multiple parameters passed as arguments.DynamicThresholdFilter.getOnHigherOrEqual()
Get the FilterReply when the effective level is higher or equal to the level of current logging requestDynamicThresholdFilter.getOnLower()
Get the FilterReply when the effective level is lower than the level of current logging requestMethods in ch.qos.logback.classic.turbo with parameters of type FilterReplyModifier and TypeMethodDescriptionvoid
DynamicThresholdFilter.setOnHigherOrEqual
(FilterReply onHigherOrEqual) void
DynamicThresholdFilter.setOnLower
(FilterReply onLower) -
Uses of FilterReply in ch.qos.logback.core
Methods in ch.qos.logback.core that return FilterReplyModifier and TypeMethodDescriptionAppenderBase.getFilterChainDecision
(E event) UnsynchronizedAppenderBase.getFilterChainDecision
(E event) -
Uses of FilterReply in ch.qos.logback.core.filter
Fields in ch.qos.logback.core.filter declared as FilterReplyModifier and TypeFieldDescriptionprotected FilterReply
AbstractMatcherFilter.onMatch
protected FilterReply
AbstractMatcherFilter.onMismatch
Methods in ch.qos.logback.core.filter that return FilterReplyModifier and TypeMethodDescriptionabstract FilterReply
If the decision is
, then the event will be dropped.DENY
final FilterReply
AbstractMatcherFilter.getOnMatch()
final FilterReply
AbstractMatcherFilter.getOnMismatch()
Methods in ch.qos.logback.core.filter with parameters of type FilterReplyModifier and TypeMethodDescriptionfinal void
AbstractMatcherFilter.setOnMatch
(FilterReply reply) final void
AbstractMatcherFilter.setOnMismatch
(FilterReply reply) -
Uses of FilterReply in ch.qos.logback.core.spi
Methods in ch.qos.logback.core.spi that return FilterReplyModifier and TypeMethodDescriptionFilterAttachable.getFilterChainDecision
(E event) Loop through the filters in the chain.FilterAttachableImpl.getFilterChainDecision
(E event) Loop through the filters in the list.static FilterReply
Returns the enum constant of this type with the specified name.static FilterReply[]
FilterReply.values()
Returns an array containing the constants of this enum type, in the order they are declared.