java.lang.Object | |
↳ | org.apache.log4j.helpers.AppenderAttachableImpl |
A straightforward implementation of the AppenderAttachable
interface.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
appenderList | Array of appenders. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Attach an appender.
| |||||||||||
Call the
doAppend method on all attached appenders. | |||||||||||
Get all attached appenders as an Enumeration.
| |||||||||||
Look for an attached appender named as
name . | |||||||||||
Returns
true if the specified appender is in the
list of attached appenders, false otherwise. | |||||||||||
Remove and close all previously attached appenders.
| |||||||||||
Remove the appender with the name passed as parameter form the
list of appenders.
| |||||||||||
Remove the appender passed as parameter form the list of attached
appenders.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Array of appenders.
Attach an appender. If the appender is already in the list in won't be added again.
Call the doAppend
method on all attached appenders.
Get all attached appenders as an Enumeration. If there are no
attached appenders null
is returned.
Look for an attached appender named as name
.
Return the appender with that name if in the list. Return null otherwise.
Returns true
if the specified appender is in the
list of attached appenders, false
otherwise.
Remove and close all previously attached appenders.
Remove the appender with the name passed as parameter form the list of appenders.
Remove the appender passed as parameter form the list of attached appenders.