ATLAS Offline Software
Loading...
Searching...
No Matches
LoggedMessageSvc.cxx File Reference
#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>
Include dependency graph for LoggedMessageSvc.cxx:

Go to the source code of this file.

Variables

static const std::string levelNames [MSG::NUM_LEVELS]

Variable Documentation

◆ 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"};