#include "GaudiKernel/Message.h"
#include "GaudiKernel/IMessageSvc.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<<()
Insert the message into a stream.
Definition at line 94 of file Message.cpp.
95 msg.makeFormattedMsg(
msg.m_format );
96 stream <<
msg.m_formatted_msg;
◆ operator==()
Insert the message into a stream.
Definition at line 116 of file Message.cpp.
std::string m_message
The message text.
std::string m_source
The message source.
int m_type
The message type/level.