java.lang.Object | ||
↳ | org.apache.log4j.AppenderSkeleton | |
↳ | org.apache.log4j.varia.NullAppender |
A NullAppender merely exists, it never outputs a message to any device.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
There are no options to acticate.
| |||||||||||
Does not do anything.
| |||||||||||
This method is deprecated.
Use getNullAppender instead. getInstance should have been static.
| |||||||||||
Whenever you can, use this method to retreive an instance instead
of instantiating a new one with
new . | |||||||||||
NullAppenders do not need a layout.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Does not do anything.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
There are no options to acticate.
This method is deprecated.
Use getNullAppender instead. getInstance should have been static.
Whenever you can, use this method to retreive an instance instead
of instantiating a new one with new
.
Whenever you can, use this method to retreive an instance instead
of instantiating a new one with new
.
NullAppenders do not need a layout.