#include <TNamed.h>
#include "CxxUtils/checker_macros.h"
#include <iosfwd>
#include <string>
#include <atomic>
#include "GaudiKernel/MsgStream.h"
#include "Gaudi/Property.h"
#include "AthenaBaseComps/AthMsgStreamMacros.h"
#include "AthenaKernel/getMessageSvc.h"
#include <boost/thread/tss.hpp>
Go to the source code of this file.
◆ ATH_MSG_NOCLASS
| #define ATH_MSG_NOCLASS |
( |
| logger_name, |
|
|
| x ) |
Value: do { \
logger_name.msg(MSG::ALWAYS) <<
x << std::endl; \
logger_name.msg().doOutput(); \
} while (0)
Definition at line 52 of file MLogging.h.
52#define ATH_MSG_NOCLASS(logger_name, x) \
53 do { \
54 logger_name.msg(MSG::ALWAYS) << x << std::endl; \
55 logger_name.msg().doOutput(); \
56 } while (0)
◆ END_MSG