![]() |
The Gaudi Framework
v29r5 (37229091)
|
#include <GaudiKernel/CommonMessaging.h>
Public Types | |
using | base_class = CommonMessaging |
Protected Member Functions | |
MSG::Level | setUpMessaging () |
Set up local caches. More... | |
MSG::Level | resetMessaging () |
Reinitialize internal states. More... | |
void | updateMsgStreamOutputLevel (int level) |
Update the output level of the cached MsgStream. More... | |
Private Member Functions | |
void | create_msgStream () const override final |
cold functionality More... | |
Additional Inherited Members | |
![]() | |
virtual | ~CommonMessagingBase ()=default |
Virtual destructor. More... | |
const SmartIF< IMessageSvc > & | msgSvc () const |
The standard message service. More... | |
MsgStream & | msgStream () const |
Return an uninitialized MsgStream. More... | |
MsgStream & | msgStream (const MSG::Level level) const |
Predefined configurable message stream for the efficient printouts. More... | |
MsgStream & | always () const |
shortcut for the method msgStream(MSG::ALWAYS) More... | |
MsgStream & | fatal () const |
shortcut for the method msgStream(MSG::FATAL) More... | |
MsgStream & | err () const |
shortcut for the method msgStream(MSG::ERROR) More... | |
MsgStream & | error () const |
shortcut for the method msgStream(MSG::ERROR) More... | |
MsgStream & | warning () const |
shortcut for the method msgStream(MSG::WARNING) More... | |
MsgStream & | info () const |
shortcut for the method msgStream(MSG::INFO) More... | |
MsgStream & | debug () const |
shortcut for the method msgStream(MSG::DEBUG) More... | |
MsgStream & | verbose () const |
shortcut for the method msgStream(MSG::VERBOSE) More... | |
MsgStream & | msg () const |
shortcut for the method msgStream(MSG::INFO) More... | |
MSG::Level | msgLevel () const |
get the cached level (originally extracted from the embedded MsgStream) More... | |
MSG::Level | outputLevel () const __attribute__((deprecated)) |
Backward compatibility function for getting the output level. More... | |
bool | msgLevel (MSG::Level lvl) const |
get the output level from the embedded MsgStream More... | |
Definition at line 62 of file CommonMessaging.h.
using CommonMessaging< BASE >::base_class = CommonMessaging |
Definition at line 155 of file CommonMessaging.h.
|
inlinefinaloverrideprivatevirtual |
cold functionality
Implements CommonMessagingBase.
Definition at line 162 of file CommonMessaging.h.
|
inlineprotected |
Reinitialize internal states.
Definition at line 181 of file CommonMessaging.h.
|
inlineprotected |
Set up local caches.
Definition at line 166 of file CommonMessaging.h.
|
inlineprotected |
Update the output level of the cached MsgStream.
This function is meant to be called by the update handler of the OutputLevel property.
Definition at line 188 of file CommonMessaging.h.