$treeview $search $mathjax $extrastylesheet
artdaq_mfextensions
v1_03_03a
$projectbrief
|
$projectbrief
|
$searchbox |
SMTP Message Facility destination plugin (Using libcurl). More...
Inherits mf::service::ELdestination.
Classes | |
struct | Config |
Public Member Functions | |
ELSMTP (Parameters const &pset) | |
ELSMTP Constructor. | |
virtual void | routePayload (const std::ostringstream &o, const ErrorObj &msg) override |
Serialize a MessageFacility message to the output. |
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.
void mfplugins::ELSMTP::routePayload | ( | const std::ostringstream & | o, | |
const ErrorObj & | msg | |||
) | [override, virtual] |
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.