61 StandAloneScribe(
const StandAloneScribe &) =
delete;
63 const StandAloneScribe &operator=(
const StandAloneScribe &) =
delete;
88 <<
"%MSG" << std::endl;
105 std::shared_ptr<StandAloneScribe> obtainStandAloneScribePtr() {
106 static auto standAloneScribe_ptr = std::make_shared<StandAloneScribe>();
107 return standAloneScribe_ptr;
144 ex <<
"\n The preceding exception was thrown in MessageLoggerScribe\n";
145 ex <<
"and forwarded to the main thread from the Messages thread.";
146 std::cerr <<
"exception from MessageLoggerQ::" << commandMnemonic <<
" - exception what() is \n" << ex.
what();
messagelogger::ELseverityLevel severity
static bool handshaked(const OpCode &op)
std::string fullText() const
static void squelch(std::string const &category)
static void MLqCFG(ParameterSet *p)
static edm::messagelogger::ELseverityLevel threshold
static MessageLoggerQ * instance()
static bool ignore(edm::messagelogger::ELseverityLevel const &severity, std::string const &category)
const ELextendedID & xid() const
static void setMLscribe_ptr(std::shared_ptr< edm::service::AbstractMLscribe > m)
static void handshakedCommand(OpCode opcode, void *operand, std::string const &commandMnemonic)
static void MLqJRS(std::map< std::string, double > *sum_p)
static void standAloneThreshold(edm::messagelogger::ELseverityLevel const &severity)
static void MLqMOD(std::string *jm)
static void MLqGRP(std::string *cat_p)
static void MLqLOG(ErrorObj *p)
static std::set< std::string > squelchSet
char const * what() const noexcept override
static std::shared_ptr< edm::service::AbstractMLscribe > mlscribe_ptr
static void simpleCommand(OpCode opcode, void *operand)
const std::string & getSymbol() const