#include <appenderattachableimpl.h>
Inheritance diagram for log4cplus::helpers::AppenderAttachableImpl:


Public Member Functions | |
| AppenderAttachableImpl () | |
| virtual | ~AppenderAttachableImpl () |
| virtual void | addAppender (SharedAppenderPtr newAppender) |
| Add an appender. | |
| virtual SharedAppenderPtrList | getAllAppenders () |
| Get all previously added appenders as an vectory. | |
| virtual SharedAppenderPtr | getAppender (const log4cplus::tstring &name) |
Look for an attached appender named as name. | |
| virtual void | removeAllAppenders () |
| Remove all previously added appenders. | |
| virtual void | removeAppender (SharedAppenderPtr appender) |
| Remove the appender passed as parameter from the list of appenders. | |
| virtual void | removeAppender (const log4cplus::tstring &name) |
| Remove the appender with the name passed as parameter from the list of appenders. | |
| int | appendLoopOnAppenders (const spi::InternalLoggingEvent &event) const |
Call the doAppend method on all attached appenders. | |
Public Attributes | |
| LOG4CPLUS_MUTEX_PTR_DECLARE | appender_list_mutex |
Protected Types | |
| typedef std::vector< SharedAppenderPtr > | ListType |
Protected Attributes | |
| ListType | appenderList |
| Array of appenders. | |
Definition at line 37 of file appenderattachableimpl.h.
|
|
Definition at line 94 of file appenderattachableimpl.h. |
|
|
|
|
|
|
|
|
Add an appender. If the appender is already in the list in won't be added again. Implements log4cplus::spi::AppenderAttachable. |
|
|
Call the
|
|
|
Get all previously added appenders as an vectory.
Implements log4cplus::spi::AppenderAttachable. |
|
|
Look for an attached appender named as Return the appender with that name if in the list. Return null otherwise. Implements log4cplus::spi::AppenderAttachable. |
|
|
Remove all previously added appenders.
Implements log4cplus::spi::AppenderAttachable. |
|
|
Remove the appender with the name passed as parameter from the list of appenders.
Implements log4cplus::spi::AppenderAttachable. |
|
|
Remove the appender passed as parameter from the list of appenders.
Implements log4cplus::spi::AppenderAttachable. |
|
|
Definition at line 43 of file appenderattachableimpl.h. |
|
|
Array of appenders.
Definition at line 98 of file appenderattachableimpl.h. |
1.3.2