artdaq_mfextensions
v1_03_03
|
Message Facility destination which colorizes the console output More...
Public Member Functions | |
ELANSI (Parameters const &pset) | |
ELANSI Constructor More... | |
virtual void | routePayload (const std::ostringstream &o, const ErrorObj &e) override |
Serialize a MessageFacility message to the output. More... | |
Message Facility destination which colorizes the console output
Definition at line 19 of file ANSI_mfPlugin.cc.
mfplugins::ELANSI::ELANSI | ( | Parameters const & | pset | ) |
ELANSI Constructor
pset | ParameterSet used to configure ELANSI |
Definition at line 68 of file ANSI_mfPlugin.cc.
|
overridevirtual |
Serialize a MessageFacility message to the output.
o | Stringstream object containing message data |
e | MessageFacility object containing header information |
Definition at line 82 of file ANSI_mfPlugin.cc.