Package | Description |
---|---|
ch.qos.logback.access.filter | |
ch.qos.logback.access.jetty |
This is logback access' implementation for Jetty 8.
|
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.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
|
chapters.filters |
Modifier and Type | Class and Description |
---|---|
class |
CountingFilter |
Modifier and Type | Method and Description |
---|---|
List<Filter<IAccessEvent>> |
RequestLogImpl.getCopyOfAttachedFiltersList() |
Modifier and Type | Method and Description |
---|---|
void |
RequestLogImpl.addFilter(Filter<IAccessEvent> newFilter) |
Modifier and Type | Method and Description |
---|---|
List<Filter<IAccessEvent>> |
AccessContext.getCopyOfAttachedFiltersList() |
Modifier and Type | Method and Description |
---|---|
void |
AccessContext.addFilter(Filter<IAccessEvent> newFilter) |
Modifier and Type | Method and Description |
---|---|
List<Filter<IAccessEvent>> |
LogbackValve.getCopyOfAttachedFiltersList() |
Modifier and Type | Method and Description |
---|---|
void |
LogbackValve.addFilter(Filter<IAccessEvent> newFilter) |
Modifier and Type | Class and Description |
---|---|
class |
LevelFilter
A class that filters events by the level equality.
|
class |
ThresholdFilter
Filters events below the threshold level.
|
Modifier and Type | Method and Description |
---|---|
List<Filter<E>> |
UnsynchronizedAppenderBase.getCopyOfAttachedFiltersList() |
List<Filter<E>> |
AppenderBase.getCopyOfAttachedFiltersList() |
Modifier and Type | Method and Description |
---|---|
void |
UnsynchronizedAppenderBase.addFilter(Filter<E> newFilter) |
void |
AppenderBase.addFilter(Filter<E> newFilter) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
List<Filter<E>> |
FilterAttachable.getCopyOfAttachedFiltersList()
Get a copy of all the filters contained within this FilterAttachable
object.
|
List<Filter<E>> |
FilterAttachableImpl.getCopyOfAttachedFiltersList() |
Modifier and Type | Method and Description |
---|---|
void |
FilterAttachable.addFilter(Filter<E> newFilter)
Add a filter.
|
void |
FilterAttachableImpl.addFilter(Filter<E> newFilter)
Add a filter to end of the filter list.
|
Modifier and Type | Class and Description |
---|---|
class |
SampleFilter |
Copyright © 2005–2016 QOS.ch. All rights reserved.