Go to the documentation of this file.
50 : printTestMessageLoggerErrors_(iPS.getUntrackedParameter<
bool>(
"printTestMessageLoggerErrors")) {
66 desc.addUntracked<
bool>(
"printTestMessageLoggerErrors",
false)
67 ->setComment(
"Prints MessageLogger errors to test formatting of such messages when printed from Services");
68 descriptions.
add(
"TestService",
desc);
73 edm::LogError(
"TestMessageLogger") <<
"test message from TestService::preBeginProcessBlock";
79 edm::LogError(
"TestMessageLogger") <<
"test message from TestService::preEndProcessBlock";
85 edm::LogError(
"TestMessageLogger") <<
"test message from TestService::preGlobalBeginRun";
91 edm::LogError(
"TestMessageLogger") <<
"test message from TestService::preGlobalEndRun";
97 edm::LogError(
"TestMessageLogger") <<
"test message from TestService::preGlobalBeginLumi";
103 edm::LogError(
"TestMessageLogger") <<
"test message from TestService::preGlobalEndLumi";
void preBeginProcessBlock(GlobalContext const &)
void preGlobalBeginLumi(GlobalContext const &)
#define DEFINE_FWK_SERVICE(type)
bool printTestMessageLoggerErrors_
void preGlobalEndLumi(GlobalContext const &)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
void watchPreGlobalEndRun(PreGlobalEndRun::slot_type const &iSlot)
void preGlobalEndRun(GlobalContext const &)
void preEndProcessBlock(GlobalContext const &)
Log< level::Error, false > LogError
void watchPreBeginProcessBlock(PreBeginProcessBlock::slot_type const &iSlot)
void preGlobalBeginRun(GlobalContext const &)
void watchPreGlobalEndLumi(PreGlobalEndLumi::slot_type const &iSlot)
void watchPreGlobalBeginLumi(PreGlobalBeginLumi::slot_type const &iSlot)
static void fillDescriptions(edm::ConfigurationDescriptions &)
void watchPreGlobalBeginRun(PreGlobalBeginRun::slot_type const &iSlot)
void watchPreEndProcessBlock(PreEndProcessBlock::slot_type const &iSlot)
TestService(const ParameterSet &, ActivityRegistry &)