![]() |
The Gaudi Framework
v29r0 (ff2e7097)
|
#include <GaudiKernel/CommonMessaging.h>


Public Types | |
| using | base_class = CommonMessaging |
Protected Member Functions | |
| void | updateMsgStreamOutputLevel (int level) |
| Update the output level of the cached MsgStream. More... | |
Private Member Functions | |
| void | create_msgSvc () const override final |
| cold functionality More... | |
| void | create_msgStream () const override final |
Additional Inherited Members | |
Public Member Functions inherited from CommonMessagingBase | |
| virtual | ~CommonMessagingBase ()=default |
| Virtual destructor. More... | |
| 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 output level 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 162 of file CommonMessaging.h.
|
inlinefinaloverrideprivatevirtual |
Implements CommonMessagingBase.
Definition at line 174 of file CommonMessaging.h.
|
inlinefinaloverrideprivatevirtual |
cold functionality
Implements CommonMessagingBase.
Definition at line 169 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 184 of file CommonMessaging.h.