| Log4j 1.2.13 | |
| Frames | No Frames |
Fields of type org.apache.log4j.spi.Filter | |
| Filter | The first filter in the filter chain. |
| Filter | The last filter in the filter chain. |
Methods with parameter type org.apache.log4j.spi.Filter | |
| void | Add a filter to the end of the filter list. |
| void | Add a filter to end of the filter list. |
Methods with return type org.apache.log4j.spi.Filter | |
| Filter | Returns the head Filter. |
| Filter | Returns the head Filter. |
| Filter | Return the first filter in the filter chain for this
Appender. |
Fields of type org.apache.log4j.spi.Filter | |
| Filter | Points to the next filter in the filter chain. |
Methods with parameter type org.apache.log4j.spi.Filter | |
| void | Set the next filter pointer. |
Methods with return type org.apache.log4j.spi.Filter | |
| Filter | Return the pointer to the next filter;
|
Classes derived from org.apache.log4j.spi.Filter | |
| class | This filter drops all logging events. |
| class | This is a very simple filter based on level matching. |
| class | This is a very simple filter based on level matching, which can be
used to reject messages with priorities outside a certain range. |
| class | This is a very simple filter based on string matching. |