Uses of Class
ch.qos.logback.core.spi.FilterReply

Packages that use FilterReply
ch.qos.logback.access.filter   
ch.qos.logback.access.jetty This is logback access' implementation for Jetty. 
ch.qos.logback.access.spi Contains the core classes of logback access. 
ch.qos.logback.access.tomcat This is logback access' implementation for Tomcat. 
ch.qos.logback.classic.filter   
ch.qos.logback.classic.spi Contains core classes of logback classic. 
ch.qos.logback.classic.turbo   
ch.qos.logback.core Contains the main classes of logback core. 
ch.qos.logback.core.filter Contains base classes to the event filtering functionnalities of logback. 
ch.qos.logback.core.spi Contains core functionnalities of logback, such as 
chapter6   
 

Uses of FilterReply in ch.qos.logback.access.filter
 

Methods in ch.qos.logback.access.filter that return FilterReply
 FilterReply CountingFilter.decide(Object event)
           
 

Uses of FilterReply in ch.qos.logback.access.jetty
 

Methods in ch.qos.logback.access.jetty that return FilterReply
 FilterReply RequestLogImpl.getFilterChainDecision(AccessEvent event)
           
 

Uses of FilterReply in ch.qos.logback.access.spi
 

Methods in ch.qos.logback.access.spi that return FilterReply
 FilterReply AccessContext.getFilterChainDecision(AccessEvent event)
           
 

Uses of FilterReply in ch.qos.logback.access.tomcat
 

Methods in ch.qos.logback.access.tomcat that return FilterReply
 FilterReply LogbackValve.getFilterChainDecision(AccessEvent event)
           
 

Uses of FilterReply in ch.qos.logback.classic.filter
 

Methods in ch.qos.logback.classic.filter that return FilterReply
 FilterReply ThresholdFilter.decide(Object eventObject)
           
 FilterReply LevelFilter.decide(Object eventObject)
           
 

Uses of FilterReply in ch.qos.logback.classic.spi
 

Methods in ch.qos.logback.classic.spi that return FilterReply
 FilterReply TurboFilterList.getTurboFilterChainDecision(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t)
          Loop through the filters in the chain.
 

Uses of FilterReply in ch.qos.logback.classic.turbo
 

Fields in ch.qos.logback.classic.turbo declared as FilterReply
protected  FilterReply MatchingFilter.onMatch
           
protected  FilterReply MatchingFilter.onMismatch
           
 

Methods in ch.qos.logback.classic.turbo that return FilterReply
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.
 FilterReply DuplicateMessageFilter.decide(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t)
           
 FilterReply MDCFilter.decide(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t)
           
 FilterReply 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'.
 FilterReply MarkerFilter.decide(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t)
           
 FilterReply DynamicThresholdFilter.getOnHigherOrEqual()
          Get the FilterReply when the effective level is higher or equal to the level of current logging request
 FilterReply DynamicThresholdFilter.getOnLower()
          Get the FilterReply when the effective level is lower than the level of current logging request
 

Methods in ch.qos.logback.classic.turbo with parameters of type FilterReply
 void 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 FilterReply
 FilterReply UnsynchronizedAppenderBase.getFilterChainDecision(E event)
           
 FilterReply AppenderBase.getFilterChainDecision(E event)
           
 

Uses of FilterReply in ch.qos.logback.core.filter
 

Fields in ch.qos.logback.core.filter declared as FilterReply
protected  FilterReply AbstractMatcherFilter.onMatch
           
protected  FilterReply AbstractMatcherFilter.onMismatch
           
 

Methods in ch.qos.logback.core.filter that return FilterReply
abstract  FilterReply Filter.decide(E event)
          If the decision is #DENY, then the event will be dropped.
 FilterReply EvaluatorFilter.decide(E event)
           
 FilterReply AbstractMatcherFilter.getOnMatch()
           
 FilterReply AbstractMatcherFilter.getOnMismatch()
           
 

Methods in ch.qos.logback.core.filter with parameters of type FilterReply
 void AbstractMatcherFilter.setOnMatch(FilterReply reply)
           
 void AbstractMatcherFilter.setOnMismatch(FilterReply reply)
           
 

Uses of FilterReply in ch.qos.logback.core.spi
 

Methods in ch.qos.logback.core.spi that return FilterReply
 FilterReply FilterAttachable.getFilterChainDecision(E event)
          Loop through the filters in the chain.
 FilterReply FilterAttachableImpl.getFilterChainDecision(E event)
          Loop through the filters in the list.
static FilterReply FilterReply.valueOf(String name)
          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.
 

Uses of FilterReply in chapter6
 

Methods in chapter6 that return FilterReply
 FilterReply SampleTurboFilter.decide(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t)
           
 FilterReply SampleFilter.decide(Object eventObject)
           
 



Copyright © 2005-2011 QOS.ch. All Rights Reserved.