14 const std::string& name) :
43 if (
m_lvl == MSG::NIL) {
45 static_cast<MSG::Level
>(
m_imsg.load()->outputLevel(
m_nm) ) :
void setLevel(MSG::Level lvl)
Change the current logging level.
std::string m_nm
Message source name.
AthMessaging()
Default constructor:
std::atomic< IMessageSvc * > m_imsg
MessageSvc pointer.
virtual ~AthMessaging()
Destructor:
std::atomic< MSG::Level > m_lvl
Current logging level.
void initMessaging() const
Initialize our message level and MessageSvc.
singleton-like access to IMessageSvc via open function and helper
IMessageSvc * getMessageSvc(bool quiet=false)