Uses of Class
org.apache.log4j.spi.Filter
-
Packages that use Filter Package Description org.apache.log4j An rather minimal but sufficient implementation redirecting all calls to a log4j logger to a logback logger. -
-
Uses of Filter in org.apache.log4j
Methods in org.apache.log4j that return Filter Modifier and Type Method Description Filter
Appender. getFilter()
Returns the head Filter.Methods in org.apache.log4j with parameters of type Filter Modifier and Type Method Description void
Appender. addFilter(Filter newFilter)
Add a filter to the end of the filter list.
-