Uses of Class
org.apache.log4j.spi.Filter
Packages that use Filter
Package
Description
Log4j 1.x compatibility layer.
Log4j 1.x compatibility layer.
Log4j 1.x compatibility layer.
Log4j 1.x compatibility layer.
-
Uses of Filter in org.apache.log4j
Fields in org.apache.log4j declared as FilterModifier and TypeFieldDescriptionprotected FilterAppenderSkeleton.headFilterprotected FilterAppenderSkeleton.tailFilterMethods in org.apache.log4j that return FilterModifier and TypeMethodDescriptionAppender.getFilter()Returns the head Filter.AppenderSkeleton.getFilter()final FilterAppenderSkeleton.getFirstFilter()Methods in org.apache.log4j with parameters of type Filter -
Uses of Filter in org.apache.log4j.bridge
Subclasses of Filter in org.apache.log4j.bridgeModifier and TypeClassDescriptionclassThis acts as a container for Log4j 2 Filters to be attached to Log4j 1 components.Methods in org.apache.log4j.bridge that return FilterModifier and TypeMethodDescriptionstatic FilterAdapts a Log4j 2.x filter into a Log4j 1.x filter.static FilterAppends one filter to another using Log4j 2.x concatenation utilities.AppenderWrapper.getFilter()FilterAdapter.getFilter()Gets the actual filter.Methods in org.apache.log4j.bridge with parameters of type Filter -
Uses of Filter in org.apache.log4j.builders
Fields in org.apache.log4j.builders declared as FilterMethods in org.apache.log4j.builders that return FilterModifier and TypeMethodDescriptionBuilderManager.parseFilter(String className, Element filterElement, XmlConfiguration config) Methods in org.apache.log4j.builders with parameters of type FilterModifier and TypeMethodDescriptionprotected static FilterAbstractBuilder.buildFilters(String level, Filter filter) -
Uses of Filter in org.apache.log4j.builders.filter
Methods in org.apache.log4j.builders.filter that return FilterModifier and TypeMethodDescriptionDenyAllFilterBuilder.parse(PropertiesConfiguration config) DenyAllFilterBuilder.parse(Element filterElement, XmlConfiguration config) LevelMatchFilterBuilder.parse(PropertiesConfiguration config) LevelMatchFilterBuilder.parse(Element filterElement, XmlConfiguration config) LevelRangeFilterBuilder.parse(PropertiesConfiguration config) LevelRangeFilterBuilder.parse(Element filterElement, XmlConfiguration config) StringMatchFilterBuilder.parse(PropertiesConfiguration config) StringMatchFilterBuilder.parse(Element filterElement, XmlConfiguration config) -
Uses of Filter in org.apache.log4j.config
Methods in org.apache.log4j.config that return FilterModifier and TypeMethodDescriptionPropertiesConfiguration.parseAppenderFilters(Properties props, String filterPrefix, String appenderName) -
Uses of Filter in org.apache.log4j.spi
Fields in org.apache.log4j.spi declared as FilterMethods in org.apache.log4j.spi that return FilterMethods in org.apache.log4j.spi with parameters of type Filter -
Uses of Filter in org.apache.log4j.varia
Subclasses of Filter in org.apache.log4j.variaModifier and TypeClassDescriptionclassDenies all logging events.classSimple filter based on level matching.classThis is a very simple filter based on level matching, which can be used to reject messages with priorities outside a certain range.classSimple filter based on string matching. -
Uses of Filter in org.apache.log4j.xml
Methods in org.apache.log4j.xml that return FilterModifier and TypeMethodDescriptionXmlConfiguration.parseFilters(Element filterElement) Used internally to parse a filter element.Method parameters in org.apache.log4j.xml with type arguments of type FilterModifier and TypeMethodDescriptionvoidXmlConfiguration.addFilter(AtomicReference<Filter> ref, Element filterElement) Used internally to parse a filter element.
getNext()andsetNext(org.apache.log4j.spi.Filter)instead