Uses of Class
ch.qos.logback.core.filter.Filter
Packages that use Filter
Package
Description
-
Uses of Filter in ch.qos.logback.classic.filter
Subclasses of Filter in ch.qos.logback.classic.filterModifier and TypeClassDescriptionclassA class that filters events by the level equality.classFilters 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 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