|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Filter | |
|---|---|
| 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 |
| Uses of Filter in ch.qos.logback.core |
|---|
| Methods in ch.qos.logback.core that return types with arguments of type Filter | |
|---|---|
List<Filter<E>> |
UnsynchronizedAppenderBase.getCopyOfAttachedFiltersList()
|
List<Filter<E>> |
AppenderBase.getCopyOfAttachedFiltersList()
|
| Methods in ch.qos.logback.core with parameters of type Filter | |
|---|---|
void |
UnsynchronizedAppenderBase.addFilter(Filter<E> newFilter)
|
void |
AppenderBase.addFilter(Filter<E> newFilter)
|
| Uses of Filter in ch.qos.logback.core.filter |
|---|
| Subclasses of Filter in ch.qos.logback.core.filter | |
|---|---|
class |
AbstractMatcherFilter<E>
|
class |
EvaluatorFilter<E>
The value of the AbstractMatcherFilter.onMatch and AbstractMatcherFilter.onMismatch attributes is set
to FilterReply.NEUTRAL, so that a badly configured evaluator filter does
not disturb the functioning of the filter chain. |
| Uses of Filter in ch.qos.logback.core.spi |
|---|
| Methods in ch.qos.logback.core.spi that return types with arguments of type Filter | |
|---|---|
List<Filter<E>> |
FilterAttachableImpl.getCopyOfAttachedFiltersList()
|
List<Filter<E>> |
FilterAttachable.getCopyOfAttachedFiltersList()
Get a copy of all the filters contained within this FilterAttachable object. |
| Methods in ch.qos.logback.core.spi with parameters of type Filter | |
|---|---|
void |
FilterAttachableImpl.addFilter(Filter<E> newFilter)
Add a filter to end of the filter list. |
void |
FilterAttachable.addFilter(Filter<E> newFilter)
Add a filter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||