|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
---|---|
org.apache.log4j | Log4j 1.x compatibility layer. |
org.apache.log4j.spi |
Uses of Filter in org.apache.log4j |
---|
Methods in org.apache.log4j that return Filter | |
---|---|
Filter |
Appender.getFilter()
Returns the head Filter. |
Methods in org.apache.log4j with parameters of type Filter | |
---|---|
void |
Appender.addFilter(Filter newFilter)
Add a filter to the end of the filter list. |
Uses of Filter in org.apache.log4j.spi |
---|
Fields in org.apache.log4j.spi declared as Filter | |
---|---|
Filter |
Filter.next
Deprecated. As of 1.2.12, use getNext() and setNext(org.apache.log4j.spi.Filter) instead |
Methods in org.apache.log4j.spi that return Filter | |
---|---|
Filter |
Filter.getNext()
Return the pointer to the next filter; |
Methods in org.apache.log4j.spi with parameters of type Filter | |
---|---|
void |
Filter.setNext(Filter next)
Set the next filter pointer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |