$treeview $search $mathjax $extrastylesheet
artdaq_mfextensions
v1_03_03a
$projectbrief
|
$projectbrief
|
$searchbox |
Parser-Friendly Message Facility destination plugin. More...
Classes | |
struct | Config |
Public Member Functions | |
ELFriendly (Parameters const &pset) | |
ELFriendly Constructor. | |
virtual void | fillPrefix (std::ostringstream &o, const ErrorObj &e) override |
Fill the "Prefix" portion of the message. | |
virtual void | fillUsrMsg (std::ostringstream &o, const ErrorObj &e) override |
Fill the "User Message" portion of the message. | |
virtual void | fillSuffix (std::ostringstream &o, const ErrorObj &e) override |
Fill the "Suffix" portion of the message. |
Parser-Friendly Message Facility destination plugin.
Definition at line 28 of file Friendly_mfPlugin.cc.
mfplugins::ELFriendly::ELFriendly | ( | Parameters const & | pset | ) |
ELFriendly Constructor.
pset | ParameterSet used to configure ELFriendly |
Definition at line 74 of file Friendly_mfPlugin.cc.
void mfplugins::ELFriendly::fillPrefix | ( | std::ostringstream & | o, | |
const ErrorObj & | e | |||
) | [override, virtual] |
Fill the "Prefix" portion of the message.
o | Output stringstream | |
e | MessageFacility object containing header information |
Definition at line 80 of file Friendly_mfPlugin.cc.
void mfplugins::ELFriendly::fillSuffix | ( | std::ostringstream & | o, | |
const ErrorObj & | e | |||
) | [override, virtual] |
Fill the "Suffix" portion of the message.
o | Output stringstream | |
e | MessageFacility object containing header information |
Definition at line 209 of file Friendly_mfPlugin.cc.
void mfplugins::ELFriendly::fillUsrMsg | ( | std::ostringstream & | o, | |
const ErrorObj & | e | |||
) | [override, virtual] |
Fill the "User Message" portion of the message.
o | Output stringstream | |
e | MessageFacility object containing header information |
Definition at line 172 of file Friendly_mfPlugin.cc.