|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterReply | |
|---|---|
| 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 |
| 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 , 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 |
FilterAttachableImpl.getFilterChainDecision(E event)
Loop through the filters in the list. |
FilterReply |
FilterAttachable.getFilterChainDecision(E event)
Loop through the filters in the chain. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||