artdaq_mfextensions
v1_03_02
|
SMTP Message Facility destination plugin (Using libcurl) More...
Public Member Functions | |
ELSMTP (const fhicl::ParameterSet &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 44 of file SMTP_mfPlugin.cc.
mfplugins::ELSMTP::ELSMTP | ( | const fhicl::ParameterSet & | pset | ) |
ELSMTP Constructor
pset | ParameterSet used to configure ELSMTP |
Definition at line 130 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 282 of file SMTP_mfPlugin.cc.