LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
log4cxx appender class which sends logging messages out on the event stream More...
#include <EventAppender.h>
Public Member Functions | |
EventAppender () | |
~EventAppender () | |
destructor More... | |
virtual void | setOption (const LogString &option, const LogString &value) |
log4cxx methods for setting options; for this class options are BROKER - host name of event broker (required) PORT - port number on which the event broker is listening (optional) TOPIC - topic name on which to send logging messages (optional) More... | |
virtual void | activateOptions (log4cxx::helpers::Pool &p) |
prepares EventAppender for use More... | |
void | append (const spi::LoggingEventPtr &event, log4cxx::helpers::Pool &p) |
handles a log event. For this appender, this means sending an event to the logging topic. More... | |
void | close () |
shuts down the appender More... | |
bool | requiresLayout () const |
this appender does not require a layout to format the text More... | |
Protected Member Functions | |
lsst::ctrl::events::EventTransmitter * | getTransmitter () |
Protected Attributes | |
lsst::ctrl::events::EventTransmitter * | _transmitter |
LogString | _broker |
LogString | _topic |
int | _port |
log4cxx appender class which sends logging messages out on the event stream
Definition at line 75 of file EventAppender.h.
lsst::ctrl::events::EventAppender::EventAppender | ( | ) |
Definition at line 62 of file EventAppender.cc.
lsst::ctrl::events::EventAppender::~EventAppender | ( | ) |
destructor
Definition at line 70 of file EventAppender.cc.
|
virtual |
prepares EventAppender for use
Definition at line 88 of file EventAppender.cc.
void lsst::ctrl::events::EventAppender::append | ( | const spi::LoggingEventPtr & | event, |
log4cxx::helpers::Pool & | p | ||
) |
handles a log event. For this appender, this means sending an event to the logging topic.
Definition at line 116 of file EventAppender.cc.
void lsst::ctrl::events::EventAppender::close | ( | ) |
shuts down the appender
Definition at line 151 of file EventAppender.cc.
|
protected |
Definition at line 105 of file EventAppender.cc.
|
inline |
this appender does not require a layout to format the text
Definition at line 119 of file EventAppender.h.
|
virtual |
log4cxx methods for setting options; for this class options are BROKER - host name of event broker (required) PORT - port number on which the event broker is listening (optional) TOPIC - topic name on which to send logging messages (optional)
option | option name |
value | option value |
Definition at line 76 of file EventAppender.cc.
|
protected |
Definition at line 125 of file EventAppender.h.
|
protected |
Definition at line 127 of file EventAppender.h.
|
protected |
Definition at line 126 of file EventAppender.h.
|
protected |
Definition at line 123 of file EventAppender.h.