#include <string>
#include <map>
#include <iostream>
#include "GaudiKernel/Kernel.h"
Go to the source code of this file.
|
| #define | ISSUE(x, y) IssueSeverity(x,__LINE__,__FILE__,y) |
| |
| #define | STATUSCODE(z, x, y) StatusCode(z,ISSUE(x,y)) |
| |
| #define | ISSUE(x, y) IssueSeverity(x,__LINE__,__FILE__,y) |
| |
| #define | STATUSCODE(z, x, y) StatusCode(z,ISSUE(x,y)) |
| |
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const IssueSeverity & |
rhs |
|
) |
| |
Definition at line 157 of file IssueSeverity.h.
159 <<
" msg: " << rhs.
getMsg();
std::string getOrigin() const
IssueSeverity::Level getLevel() const
std::string getMsg() const