Message Facility destination which colorizes the console output. More...
Inherits mf::service::ELdestination.
Public Member Functions | |
ELANSI (const fhicl::ParameterSet &pset) | |
ELANSI Constructor. | |
virtual void | routePayload (const std::ostringstream &o, const ErrorObj &e) override |
Serialize a MessageFacility message to the output. |
Message Facility destination which colorizes the console output.
Definition at line 20 of file ANSI_mfPlugin.cc.
mfplugins::ELANSI::ELANSI | ( | const fhicl::ParameterSet & | pset | ) |
ELANSI Constructor.
pset | ParameterSet used to configure ELANSI |
Definition at line 72 of file ANSI_mfPlugin.cc.
void mfplugins::ELANSI::routePayload | ( | const std::ostringstream & | o, | |
const ErrorObj & | e | |||
) | [override, virtual] |
Serialize a MessageFacility message to the output.
o | Stringstream object containing message data | |
e | MessageFacility object containing header information |
Definition at line 97 of file ANSI_mfPlugin.cc.