ATLAS Offline Software
Loading...
Searching...
No Matches
MLogging.h File Reference
#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.

Classes

class  ISF_FCS::MLogging
 Cut down AthMessaging. More...

Namespaces

namespace  ISF_FCS

Macros

#define ATH_MSG_NOCLASS(logger_name, x)
#define END_MSG(lvl)

Macro Definition Documentation

◆ 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)
#define x

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

#define END_MSG ( lvl)
Value:
#define endmsg

Definition at line 171 of file MLogging.h.