#include <MLlog4cplus.h>
Public Member Functions | |
MLlog4cplus (const edm::ParameterSet &, edm::ActivityRegistry &) | |
void | postBeginJob () |
void | postEndJob () |
void | postEventProcessing (const edm::Event &, const edm::EventSetup &) |
void | postModule (const edm::ModuleDescription &) |
void | preEventProcessing (const edm::EventID &, const edm::Timestamp &) |
void | preModule (const edm::ModuleDescription &) |
~MLlog4cplus () | |
Static Public Member Functions | |
static void | setAppl (xdaq::Application *app) |
Private Attributes | |
edm::EventID | curr_event_ |
edm::ELlog4cplus * | dest_p |
Static Private Attributes | |
static xdaq::Application * | appl_ = 0 |
Definition at line 22 of file MLlog4cplus.h.
MLlog4cplus::MLlog4cplus | ( | const edm::ParameterSet & | iPS, |
edm::ActivityRegistry & | iRegistry | ||
) |
Definition at line 24 of file MLlog4cplus.cc.
References edm::MessageLoggerQ::MLqEXT(), and edm::ELlog4cplus::setAppl().
MLlog4cplus::~MLlog4cplus | ( | ) |
Definition at line 57 of file MLlog4cplus.cc.
void MLlog4cplus::postBeginJob | ( | ) |
Definition at line 61 of file MLlog4cplus.cc.
void MLlog4cplus::postEndJob | ( | ) |
Definition at line 65 of file MLlog4cplus.cc.
void MLlog4cplus::postEventProcessing | ( | const edm::Event & | e, |
const edm::EventSetup & | |||
) |
Definition at line 74 of file MLlog4cplus.cc.
void MLlog4cplus::postModule | ( | const edm::ModuleDescription & | desc | ) |
Definition at line 82 of file MLlog4cplus.cc.
void MLlog4cplus::preEventProcessing | ( | const edm::EventID & | iID, |
const edm::Timestamp & | iTime | ||
) |
Definition at line 69 of file MLlog4cplus.cc.
void MLlog4cplus::preModule | ( | const edm::ModuleDescription & | ) |
Definition at line 78 of file MLlog4cplus.cc.
|
static |
Definition at line 85 of file MLlog4cplus.cc.
Referenced by evf::FUEventProcessor::enableMPEPSlave(), and evf::FUEventProcessor::FUEventProcessor().
|
staticprivate |
Definition at line 40 of file MLlog4cplus.h.
|
private |
Definition at line 38 of file MLlog4cplus.h.
|
private |
Definition at line 39 of file MLlog4cplus.h.