Message Facility destination which generates the output file name based on some combination of PID, hostname, application name, and/or timestamp. More...
Inherits mf::service::ELdestination.
Classes | |
struct | Config |
Public Member Functions | |
ELGenFileOutput (Parameters const &pset) | |
ELGenFileOutput Constructor. | |
virtual | ~ELGenFileOutput () |
Default virtual destructor. | |
virtual void | routePayload (const std::ostringstream &o, const ErrorObj &e) override |
Serialize a MessageFacility message to the output stream. | |
virtual void | flush () override |
Flush any text in the ostream buffer to disk. |
Message Facility destination which generates the output file name based on some combination of PID, hostname, application name, and/or timestamp.
Definition at line 27 of file GenFile_mfPlugin.cc.
mfplugins::ELGenFileOutput::ELGenFileOutput | ( | Parameters const & | pset | ) |
ELGenFileOutput Constructor.
pset | Validated ParameterSet used to configure GenFileOutput |
Definition at line 88 of file GenFile_mfPlugin.cc.
void mfplugins::ELGenFileOutput::routePayload | ( | const std::ostringstream & | o, | |
const ErrorObj & | e | |||
) | [override, virtual] |
Serialize a MessageFacility message to the output stream.
o | Stringstream object containing message data | |
e | MessageFacility object containing header information |
Definition at line 233 of file GenFile_mfPlugin.cc.