ATLAS Offline Software
Namespaces | Macros | Functions
MsgLevel.cxx File Reference
#include "AsgMessaging/MsgLevel.h"
Include dependency graph for MsgLevel.cxx:

Go to the source code of this file.

Namespaces

 MSG
 

Macros

#define DECLARE_LEVEL(NAME)
 Helper macro for constructing the function's code. More...
 

Functions

const std::string & MSG::name (Level lvl)
 Convenience function for translating message levels to strings. More...
 

Macro Definition Documentation

◆ DECLARE_LEVEL

#define DECLARE_LEVEL (   NAME)
Value:
case MSG::NAME: \
{ \
static const std::string name( #NAME ); \
return name; \
} \
break

Helper macro for constructing the function's code.

Definition at line 10 of file MsgLevel.cxx.

name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192