| Package | Description |
|---|---|
| ch.qos.logback.core |
Contains the main classes of logback core.
|
| ch.qos.logback.core.filter |
Contains base classes to the event filtering functionality of logback.
|
| ch.qos.logback.core.spi |
Contains core functionnalities of logback, such as
|
| Modifier and Type | Method and Description |
|---|---|
FilterReply |
UnsynchronizedAppenderBase.getFilterChainDecision(E event) |
FilterReply |
AppenderBase.getFilterChainDecision(E event) |
| Modifier and Type | Field and Description |
|---|---|
protected FilterReply |
AbstractMatcherFilter.onMatch |
protected FilterReply |
AbstractMatcherFilter.onMismatch |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMatcherFilter.setOnMatch(FilterReply reply) |
void |
AbstractMatcherFilter.setOnMismatch(FilterReply reply) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2005–2016 QOS.ch. All rights reserved.