#include <GaudiKernel/IMessageSvc.h>
#include <GaudiKernel/Message.h>
#include <GaudiKernel/ThreadLocalContext.h>
#include <GaudiKernel/Time.h>
#include <GaudiKernel/Timing.h>
#include <algorithm>
#include <cctype>
#include <cstdio>
#include <cstdlib>
#include <iomanip>
#include <iostream>
#include <string>
Go to the source code of this file.
◆ SET
Value: case x: \
level = #x; \
break
◆ operator<()
Definition at line 76 of file Message.cpp.
76 {
78}
std::string m_message
The message text.
int m_type
The message type/level.
std::string m_source
The message source.
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const Message & | msg ) |
◆ operator==()