|
LSSTApplications
1.1.2+25,10.0+13,10.0+132,10.0+133,10.0+224,10.0+41,10.0+8,10.0-1-g0f53050+14,10.0-1-g4b7b172+19,10.0-1-g61a5bae+98,10.0-1-g7408a83+3,10.0-1-gc1e0f5a+19,10.0-1-gdb4482e+14,10.0-11-g3947115+2,10.0-12-g8719d8b+2,10.0-15-ga3f480f+1,10.0-2-g4f67435,10.0-2-gcb4bc6c+26,10.0-28-gf7f57a9+1,10.0-3-g1bbe32c+14,10.0-3-g5b46d21,10.0-4-g027f45f+5,10.0-4-g86f66b5+2,10.0-4-gc4fccf3+24,10.0-40-g4349866+2,10.0-5-g766159b,10.0-5-gca2295e+25,10.0-6-g462a451+1
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 63 of file EventAppender.cc.
| lsst.ctrl.events::EventAppender::~EventAppender | ( | ) |
destructor
Definition at line 71 of file EventAppender.cc.
|
virtual |
prepares EventAppender for use
Definition at line 89 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 117 of file EventAppender.cc.
| void lsst.ctrl.events::EventAppender::close | ( | ) |
shuts down the appender
Definition at line 152 of file EventAppender.cc.
|
protected |
Definition at line 106 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 77 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.
1.8.5