#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.
Value:case x: \
level = #x; \
break
Insert the message into a stream.
Definition at line 119 of file Message.cpp.
std::string m_formatted_msg
Formatted message.
std::string m_format
The format string.
void makeFormattedMsg(const std::string &format) const
Format the message.
Insert the message into a stream.
Definition at line 143 of file Message.cpp.
std::string m_message
The message.
std::string m_source
The source.