The Gaudi Framework
v30r3 (a5ef0a68)
|
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/GaudiException.h"
#include "GaudiKernel/IMessageSvc.h"
#include "GaudiKernel/Message.h"
#include <cstdarg>
#include <cstdio>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | KERNEL_MSGSTREAM_CPP |
Functions | |
std::string | format (const char *fmt,...) |
MsgStream format utility "a la sprintf(...)". More... | |
#define KERNEL_MSGSTREAM_CPP |
Definition at line 18 of file MsgStream.cpp.
std::string format | ( | const char * | fmt, |
... | |||
) |
MsgStream format utility "a la sprintf(...)".
Definition at line 120 of file MsgStream.cpp.