Go to the source code of this file.
Classes | |
class | cscdqm::LogCout |
Simple logger that prints stuff to std::cout. Use LOG_COUT macros instead, i.e. LOG_COUT << "x = " << x;. More... | |
class | cscdqm::LogError |
Error level logger. Use LOG_ERROR macros instead, i.e. LOG_ERROR << "x = " << x;. More... | |
class | cscdqm::Logger |
Base Logger Object (empty) More... | |
class | cscdqm::LogInfo |
Information level logger. Use LOG_INFO macros instead, i.e. LOG_INFO << "x = " << x;. More... | |
class | cscdqm::LogWarn |
Warning level logger. Use LOG_WARN macros instead, i.e. LOG_WARN << "x = " << x;. More... | |
Namespaces | |
cscdqm | |
Macros | |
#define | LOG_COUT cscdqm::LogCout() |
#define | LOG_ERROR cscdqm::LogError() |
#define | LOG_INFO cscdqm::LogInfo() |
#define | LOG_WARN cscdqm::LogWarn() |
#define LOG_COUT cscdqm::LogCout() |
Definition at line 44 of file CSCDQM_Logger.h.
Referenced by cscdqm::XMLFileErrorHandler::fatalError().
#define LOG_ERROR cscdqm::LogError() |
Definition at line 41 of file CSCDQM_Logger.h.
Referenced by L1TCaloLayer1Validator::analyze(), L1TCaloLayer1::beginRun(), L1TCaloLayer1Validator::endJob(), getHitTowerLocation(), cscdqm::EventProcessor::processCSC(), and L1TCaloLayer1::produce().
#define LOG_INFO cscdqm::LogInfo() |
Definition at line 43 of file CSCDQM_Logger.h.
Referenced by cscdqm::Collection::book(), cscdqm::Configuration::incNEvents(), cscdqm::Collection::load(), cscdqm::EventProcessor::maskHWElements(), cscdqm::Collection::printCollection(), and cscdqm::EventProcessor::processCSC().
#define LOG_WARN cscdqm::LogWarn() |
Definition at line 42 of file CSCDQM_Logger.h.
Referenced by cscdqm::EventProcessor::preProcessEvent(), cscdqm::EventProcessor::processCSC(), cscdqm::EventProcessor::processDDU(), cscdqm::EventProcessor::processExaminer(), cscdqm::Summary::ReadErrorChambers(), cscdqm::Summary::ReadReportingChambers(), cscdqm::Summary::ReadReportingChambersRef(), cscdqm::XMLFileErrorHandler::warning(), cscdqm::Summary::WriteChamberState(), cscdqm::Summary::WriteMap(), and cscdqm::Configuration::~Configuration().