#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/StatusCode.h"
#include "GaudiKernel/Message.h"
#include "LoggedMessageSvc.h"
#include <sstream>
#include <iostream>
#include <fstream>
#include <utility>
#include <cstdlib>
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 19 of file LoggedMessageSvc.cxx.
19 {"NIL", "VERBOSE", "DEBUG", "INFO",
20 "WARNING", "ERROR", "FATAL", "ALWAYS"};