#include "TrigMessageSvc.h"
#include "GaudiKernel/IAppMgrUI.h"
#include "GaudiKernel/IIncidentSvc.h"
#include "GaudiKernel/ITHistSvc.h"
#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/Message.h"
#include "GaudiKernel/StatusCode.h"
#include "GaudiKernel/System.h"
#include "AthenaInterprocess/Incidents.h"
#include "AthenaMonitoringKernel/OHLockedHist.h"
#include "CxxUtils/AthUnlikelyMacros.h"
#include "ers/ers.h"
#include <fstream>
#include <iostream>
#include <sstream>
Go to the source code of this file.
|
| static const std::string | levelNames [MSG::NUM_LEVELS] |
◆ levelNames
| const std::string levelNames[MSG::NUM_LEVELS] |
|
static |
Initial value:= {"NIL", "VERBOSE", "DEBUG", "INFO",
"WARNING", "ERROR", "FATAL", "ALWAYS"}
Definition at line 25 of file TrigMessageSvc.cxx.
25 {"NIL", "VERBOSE", "DEBUG", "INFO",
26 "WARNING", "ERROR", "FATAL", "ALWAYS"};