artdaq_mfextensions
v1_03_03
|
SMTP Message Facility destination plugin (Using libcurl) More...
Public Member Functions | |
ELSMTP (Parameters const &pset) | |
ELSMTP Constructor More... | |
virtual void | routePayload (const std::ostringstream &o, const ErrorObj &msg) override |
Serialize a MessageFacility message to the output. More... | |
SMTP Message Facility destination plugin (Using libcurl)
Definition at line 40 of file SMTP_mfPlugin.cc.
mfplugins::ELSMTP::ELSMTP | ( | Parameters const & | pset | ) |
ELSMTP Constructor
pset | ParameterSet used to configure ELSMTP |
Definition at line 122 of file SMTP_mfPlugin.cc.
|
overridevirtual |
Serialize a MessageFacility message to the output.
o | Stringstream object containing message data |
msg | MessageFacility object containing header information |
Definition at line 240 of file SMTP_mfPlugin.cc.