Uses of Class
ch.qos.logback.core.filter.Filter
Packages that use Filter
Package
Description
Contains the main classes of logback core.
Contains base classes to the event filtering functionality of logback.
Contains core functionalities of logback, such as
AppenderAttachable and
LifeCycle.-
Uses of Filter in ch.qos.logback.core
Methods in ch.qos.logback.core that return types with arguments of type FilterModifier and TypeMethodDescriptionAppenderBase.getCopyOfAttachedFiltersList()UnsynchronizedAppenderBase.getCopyOfAttachedFiltersList()Methods in ch.qos.logback.core with parameters of type Filter -
Uses of Filter in ch.qos.logback.core.filter
Subclasses of Filter in ch.qos.logback.core.filterModifier and TypeClassDescriptionclassclassThe 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 FilterModifier and TypeMethodDescriptionFilterAttachable.getCopyOfAttachedFiltersList()Get a copy of all the filters contained within this FilterAttachable object.FilterAttachableImpl.getCopyOfAttachedFiltersList()Methods in ch.qos.logback.core.spi with parameters of type Filter