#include <RGMAAppender.h>
Public Member Functions | |
RGMAAppender::RGMAAppender () | |
RGMAAppender (const std::string &name) | |
virtual void | append (const LoggingEventPtr &event) |
void | activateOptions () |
void | setOption (const String &option, const String &value) |
bool | requiresLayout () const |
void | close () |
RGMAAppender::RGMAAppender () | |
RGMAAppender (const std::string &name) | |
virtual void | append (const LoggingEventPtr &event) |
void | activateOptions () |
void | setOption (const String &option, const String &value) |
bool | requiresLayout () const |
void | close () |
|
Constructor for Appender.
|
|
Constructor for Appender.
|
|
Method called by the log4cxx system once all the properties have been initialised from the config file. The Producer is created here because the predicate depends upon the JobName thats parsed from the log4j properties file. |
|
Method called by the log4cxx system once all the properties have been initialised from the config file. The Producer is created here because the predicate depends upon the JobName thats parsed from the log4j properties file. |
|
append logging event
|
|
append logging event
|
|
Called when the log4j system terminates - provides hook in-order to cleanup the rgma producer. |
|
Called when the log4j system terminates - provides hook in-order to cleanup the rgma producer. |
|
Indicates this appender should format any logging events. In this case the dafault log4j formatter will be used. |
|
Indicates this appender should format any logging events. In this case the dafault log4j formatter will be used. |
|
overridden method which sets the JobName and Filter options |
|
overridden method which sets the JobName and Filter options |