Package | Description |
---|---|
org.apache.log4j.varia |
Contains various appenders, filters and other odds and ends.
|
Modifier and Type | Field and Description |
---|---|
private static NullAppender |
NullAppender.instance |
Modifier and Type | Method and Description |
---|---|
NullAppender |
NullAppender.getInstance()
Deprecated.
Use getNullAppender instead. getInstance should have been static.
|
static NullAppender |
NullAppender.getNullAppender()
Whenever you can, use this method to retreive an instance instead
of instantiating a new one with
new . |