artdaq_mfextensions
v1_03_02
|
Message Facility destination which colorizes the console output More...
Public Member Functions | |
ELANSI (const fhicl::ParameterSet &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 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.
|
overridevirtual |
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.