Uses of Class
org.apache.log4j.spi.Filter
-
Packages that use Filter Package Description org.apache.log4j Log4j 1.x compatibility layer.org.apache.log4j.spi Log4j 1.x compatibility layer. -
-
Uses of Filter in org.apache.log4j
Fields in org.apache.log4j declared as Filter Modifier and Type Field Description protected FilterAppenderSkeleton. headFilterprotected FilterAppenderSkeleton. tailFilterMethods in org.apache.log4j that return Filter Modifier and Type Method Description FilterAppender. getFilter()Returns the head Filter.FilterAppenderSkeleton. getFilter()FilterAppenderSkeleton. getFirstFilter()Methods in org.apache.log4j with parameters of type Filter Modifier and Type Method Description voidAppender. addFilter(Filter newFilter)Add a filter to the end of the filter list.voidAppenderSkeleton. addFilter(Filter newFilter) -
Uses of Filter in org.apache.log4j.spi
Fields in org.apache.log4j.spi declared as Filter Modifier and Type Field Description FilterFilter. nextDeprecated.As of 1.2.12, usegetNext()andsetNext(org.apache.log4j.spi.Filter)insteadMethods in org.apache.log4j.spi that return Filter Modifier and Type Method Description FilterFilter. getNext()Return the pointer to the next filter.Methods in org.apache.log4j.spi with parameters of type Filter Modifier and Type Method Description voidFilter. setNext(Filter next)Set the next filter pointer.
-