#include <string>
#include <iostream>
#include <iomanip>
#include <cstdlib>
#include <cstdio>
#include <cctype>
#include <algorithm>
#include "GaudiKernel/IMessageSvc.h"
#include "GaudiKernel/Message.h"
#include "GaudiKernel/Timing.h"
#include "GaudiKernel/Time.h"
#include "GaudiKernel/ThreadLocalContext.h"
Go to the source code of this file.
|
#define | SET(x) case x: level=#x; break |
|
#define SET |
( |
|
x | ) |
case x: level=#x; break |
Insert the message into a stream.
Definition at line 137 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 163 of file Message.cpp.
std::string m_message
The message.
std::string m_source
The source.