Uses of Enum
ch.qos.logback.core.spi.FilterReply
Packages that use FilterReply
Package
Description
Contains the main classes of logback core.
Contains base classes to the event filtering functionality of logback.
Contains core functionnalities of logback, such as
AppenderAttachable and
LifeCycle.-
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 FilterReplyAbstractMatcherFilter.onMatchprotected FilterReplyAbstractMatcherFilter.onMismatchMethods in ch.qos.logback.core.filter that return FilterReplyModifier and TypeMethodDescriptionabstract FilterReplyIf the decision is, then the event will be dropped.DENYAbstractMatcherFilter.getOnMatch()AbstractMatcherFilter.getOnMismatch()Methods in ch.qos.logback.core.filter with parameters of type FilterReplyModifier and TypeMethodDescriptionvoidAbstractMatcherFilter.setOnMatch(FilterReply reply)voidAbstractMatcherFilter.setOnMismatch(FilterReply reply) -
Uses of FilterReply in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that return FilterReplyModifier and TypeMethodDescription -
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 FilterReplyReturns 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.