| org.apache.log4j.varia.test | Contains various appenders, filters and other odds and ends. |
| DenyAllFilter | This filter drops all logging events. | code | html |
| ExternallyRolledFileAppender | This appender listens on a socket on the port specified by the Port property for a "RollOver" message. | code | html |
| FallbackErrorHandler | The FallbackErrorHandler implements the ErrorHandler
interface such that a secondary appender may be specified. |
code | html |
| HUP | code | html | |
| HUPNode | code | html | |
| LevelMatchFilter | This is a very simple filter based on level matching. | code | html |
| LevelRangeFilter | This is a very simple filter based on level matching, which can be used to reject messages with priorities outside a certain range. | code | html |
| NullAppender | A NullAppender merely exists, it never outputs a message to any device. | code | html |
| ReloadingPropertyConfigurator | code | html | |
| Roller | A simple application to send roll over messages to a potentially remote ExternallyRolledFileAppender . | code | html |
| StringMatchFilter | This is a very simple filter based on string matching. | code | html |
Contains various appenders, filters and other odds and ends.