Uses of Class
ch.qos.logback.core.filter.Filter
-
Packages that use Filter 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 -
-
Uses of Filter in ch.qos.logback.access.filter
Subclasses of Filter in ch.qos.logback.access.filter Modifier and Type Class Description classCountingFilter -
Uses of Filter in ch.qos.logback.access.jetty
Methods in ch.qos.logback.access.jetty that return types with arguments of type Filter Modifier and Type Method Description java.util.List<Filter<IAccessEvent>>RequestLogImpl. getCopyOfAttachedFiltersList()Methods in ch.qos.logback.access.jetty with parameters of type Filter Modifier and Type Method Description voidRequestLogImpl. addFilter(Filter<IAccessEvent> newFilter) -
Uses of Filter in ch.qos.logback.access.spi
Methods in ch.qos.logback.access.spi that return types with arguments of type Filter Modifier and Type Method Description java.util.List<Filter<IAccessEvent>>AccessContext. getCopyOfAttachedFiltersList()Methods in ch.qos.logback.access.spi with parameters of type Filter Modifier and Type Method Description voidAccessContext. addFilter(Filter<IAccessEvent> newFilter) -
Uses of Filter in ch.qos.logback.access.tomcat
Methods in ch.qos.logback.access.tomcat that return types with arguments of type Filter Modifier and Type Method Description java.util.List<Filter<IAccessEvent>>LogbackValve. getCopyOfAttachedFiltersList()Methods in ch.qos.logback.access.tomcat with parameters of type Filter Modifier and Type Method Description voidLogbackValve. addFilter(Filter<IAccessEvent> newFilter) -
Uses of Filter in ch.qos.logback.classic.filter
Subclasses of Filter in ch.qos.logback.classic.filter Modifier and Type Class Description classLevelFilterA class that filters events by the level equality.classThresholdFilterFilters events below the threshold level. -
Uses of Filter in ch.qos.logback.core
Methods in ch.qos.logback.core that return types with arguments of type Filter Modifier and Type Method Description java.util.List<Filter<E>>AppenderBase. getCopyOfAttachedFiltersList()java.util.List<Filter<E>>UnsynchronizedAppenderBase. getCopyOfAttachedFiltersList()Methods in ch.qos.logback.core with parameters of type Filter Modifier and Type Method Description voidAppenderBase. addFilter(Filter<E> newFilter)voidUnsynchronizedAppenderBase. addFilter(Filter<E> newFilter) -
Uses of Filter in ch.qos.logback.core.filter
Subclasses of Filter in ch.qos.logback.core.filter Modifier and Type Class Description classAbstractMatcherFilter<E>classEvaluatorFilter<E>The value of theAbstractMatcherFilter.onMatchandAbstractMatcherFilter.onMismatchattributes is set toFilterReply.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 Modifier and Type Method Description java.util.List<Filter<E>>FilterAttachable. getCopyOfAttachedFiltersList()Get a copy of all the filters contained within this FilterAttachable object.java.util.List<Filter<E>>FilterAttachableImpl. getCopyOfAttachedFiltersList()Methods in ch.qos.logback.core.spi with parameters of type Filter Modifier and Type Method Description voidFilterAttachable. addFilter(Filter<E> newFilter)Add a filter.voidFilterAttachableImpl. addFilter(Filter<E> newFilter)Add a filter to end of the filter list.
-