Message Facility OTS Console Destination Formats messages into Ryan's favorite format for OTS
More...
|
using | Parameters = fhicl::WrappedTable< Config > |
| Used for ParameterSet validation.
|
|
|
| ELOTS (Parameters const &pset) |
| ELOTS Constructor More...
|
|
void | fillPrefix (std::ostringstream &o, const ErrorObj &msg) override |
| Fill the "Prefix" portion of the message. More...
|
|
void | fillUsrMsg (std::ostringstream &o, const ErrorObj &msg) override |
| Fill the "User Message" portion of the message. More...
|
|
void | fillSuffix (std::ostringstream &, const ErrorObj &) override |
| Fill the "Suffix" portion of the message (Unused)
|
|
void | routePayload (const std::ostringstream &o, const ErrorObj &e) override |
| Serialize a MessageFacility message to the output. More...
|
|
Message Facility OTS Console Destination Formats messages into Ryan's favorite format for OTS
Definition at line 35 of file OTS_mfPlugin.cc.
mfplugins::ELOTS::ELOTS |
( |
Parameters const & |
pset | ) |
|
void mfplugins::ELOTS::fillPrefix |
( |
std::ostringstream & |
o, |
|
|
const ErrorObj & |
msg |
|
) |
| |
|
override |
Fill the "Prefix" portion of the message.
- Parameters
-
o | Output stringstream |
e | MessageFacility object containing header information |
Definition at line 196 of file OTS_mfPlugin.cc.
void mfplugins::ELOTS::fillUsrMsg |
( |
std::ostringstream & |
o, |
|
|
const ErrorObj & |
msg |
|
) |
| |
|
override |
Fill the "User Message" portion of the message.
- Parameters
-
o | Output stringstream |
e | MessageFacility object containing header information |
Definition at line 325 of file OTS_mfPlugin.cc.
void mfplugins::ELOTS::routePayload |
( |
const std::ostringstream & |
o, |
|
|
const ErrorObj & |
e |
|
) |
| |
|
override |
Serialize a MessageFacility message to the output.
- Parameters
-
o | Stringstream object containing message data |
e | MessageFacility object containing header information |
Definition at line 334 of file OTS_mfPlugin.cc.
The documentation for this class was generated from the following file: