artdaq_mfextensions  v1_05_00
mfplugins::ELFriendly Class Reference

Parser-Friendly Message Facility destination plugin More...

Inheritance diagram for mfplugins::ELFriendly:

Classes

struct  Config
 Configuration Parameters for ELFriendly. More...
 

Public Types

using Parameters = fhicl::WrappedTable< Config >
 Used for ParameterSet validation.
 

Public Member Functions

 ELFriendly (Parameters const &pset)
 ELFriendly 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 &o, const ErrorObj &msg) override
 Fill the "Suffix" portion of the message. More...
 

Detailed Description

Parser-Friendly Message Facility destination plugin

Definition at line 23 of file Friendly_mfPlugin.cc.

Constructor & Destructor Documentation

mfplugins::ELFriendly::ELFriendly ( Parameters const &  pset)
explicit

ELFriendly Constructor

Parameters
psetParameterSet used to configure ELFriendly

Definition at line 78 of file Friendly_mfPlugin.cc.

Member Function Documentation

void mfplugins::ELFriendly::fillPrefix ( std::ostringstream &  o,
const ErrorObj &  msg 
)
override

Fill the "Prefix" portion of the message.

Parameters
oOutput stringstream
eMessageFacility object containing header information

Definition at line 84 of file Friendly_mfPlugin.cc.

void mfplugins::ELFriendly::fillSuffix ( std::ostringstream &  o,
const ErrorObj &  msg 
)
override

Fill the "Suffix" portion of the message.

Parameters
oOutput stringstream
eMessageFacility object containing header information

Definition at line 234 of file Friendly_mfPlugin.cc.

void mfplugins::ELFriendly::fillUsrMsg ( std::ostringstream &  o,
const ErrorObj &  msg 
)
override

Fill the "User Message" portion of the message.

Parameters
oOutput stringstream
eMessageFacility object containing header information

Definition at line 188 of file Friendly_mfPlugin.cc.


The documentation for this class was generated from the following file: