1 #ifndef FWCore_MessageLogger_MessageLoggerQ_h
2 #define FWCore_MessageLogger_MessageLoggerQ_h
6 #include "boost/shared_ptr.hpp"
20 class NamedDestination;
21 class AbstractMLscribe;
52 static void MLqJOB( std::string *
j );
53 static void MLqMOD( std::string * jm );
56 static void MLqGRP(std::string * cat_p);
57 static void MLqJRS(std::map<std::string, double> * sum_p);
61 (boost::shared_ptr<edm::service::AbstractMLscribe>
m);
81 std::string
const & commandMnemonic);
88 static boost::shared_ptr<edm::service::AbstractMLscribe>
mlscribe_ptr;
98 #endif // FWCore_MessageLogger_MessageLoggerQ_h
static void setMLscribe_ptr(boost::shared_ptr< edm::service::AbstractMLscribe > m)
static bool handshaked(const OpCode &op)
static void MLqEXT(service::NamedDestination *p)
static void standAloneThreshold(std::string const &severity)
static bool ignore(edm::ELseverityLevel const &severity, std::string const &category)
static void squelch(std::string const &category)
void operator=(MessageLoggerQ const &)
static void MLqCFG(ParameterSet *p)
static edm::ELseverityLevel threshold
static MessageLoggerQ * instance()
static void handshakedCommand(OpCode opcode, void *operand, std::string const &commandMnemonic)
static void MLqJRS(std::map< std::string, double > *sum_p)
static void MLqMOD(std::string *jm)
static void MLqGRP(std::string *cat_p)
static void MLqLOG(ErrorObj *p)
static boost::shared_ptr< edm::service::AbstractMLscribe > mlscribe_ptr
static std::set< std::string > squelchSet
static void MLqJOB(std::string *j)
static void simpleCommand(OpCode opcode, void *operand)