![]() |
The Gaudi Framework
v27r0
|
Public Types | |
using | base_class = CommonMessaging |
using | base_class = CommonMessaging |
Public Member Functions | |
~CommonMessaging () override=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... | |
bool | msgLevel (MSG::Level lvl) const |
get the output level from the embedded MsgStream More... | |
~CommonMessaging () override=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... | |
bool | msgLevel (MSG::Level lvl) const |
get the output level from the embedded MsgStream More... | |
Protected Member Functions | |
void | updateMsgStreamOutputLevel (int level) |
Update the output level of the cached MsgStream. More... | |
void | updateMsgStreamOutputLevel (int level) |
Update the output level of the cached MsgStream. More... | |
Protected Attributes | |
SmartIF< IMessageSvc > | m_msgsvc |
Pointer to the message service;. More... | |
std::unique_ptr< MsgStream > | m_msgStream |
The predefined message stream. More... | |
bool | m_streamWithService = false |
Flag to create a new MsgStream if it was created without the message service. More... | |
Definition at line 60 of file CommonMessaging.h.
using CommonMessaging< BASE >::base_class = CommonMessaging |
Definition at line 62 of file CommonMessaging.h.
using CommonMessaging< BASE >::base_class = CommonMessaging |
Definition at line 62 of file CommonMessaging.h.
|
overridedefault |
Virtual destructor.
|
overridedefault |
Virtual destructor.
|
inline |
shortcut for the method msgStream(MSG::ALWAYS)
Definition at line 116 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::ALWAYS)
Definition at line 116 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::DEBUG)
Definition at line 134 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::DEBUG)
Definition at line 134 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::ERROR)
Definition at line 122 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::ERROR)
Definition at line 122 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::ERROR)
Definition at line 125 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::ERROR)
Definition at line 125 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::FATAL)
Definition at line 119 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::FATAL)
Definition at line 119 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::INFO)
Definition at line 131 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::INFO)
Definition at line 131 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::INFO)
Definition at line 140 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::INFO)
Definition at line 140 of file CommonMessaging.h.
|
inline |
get the output level from the embedded MsgStream
Definition at line 143 of file CommonMessaging.h.
|
inline |
get the output level from the embedded MsgStream
Definition at line 143 of file CommonMessaging.h.
|
inline |
get the output level from the embedded MsgStream
Definition at line 148 of file CommonMessaging.h.
|
inline |
get the output level from the embedded MsgStream
Definition at line 148 of file CommonMessaging.h.
|
inline |
Return an uninitialized MsgStream.
Definition at line 92 of file CommonMessaging.h.
|
inline |
Return an uninitialized MsgStream.
Definition at line 92 of file CommonMessaging.h.
|
inline |
Predefined configurable message stream for the efficient printouts.
Definition at line 111 of file CommonMessaging.h.
|
inline |
Predefined configurable message stream for the efficient printouts.
Definition at line 111 of file CommonMessaging.h.
|
inline |
The standard message service.
Returns a pointer to the standard message service.
Definition at line 73 of file CommonMessaging.h.
|
inline |
The standard message service.
Returns a pointer to the standard message service.
Definition at line 73 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 164 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 164 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::VERBOSE)
Definition at line 137 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::VERBOSE)
Definition at line 137 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::WARNING)
Definition at line 128 of file CommonMessaging.h.
|
inline |
shortcut for the method msgStream(MSG::WARNING)
Definition at line 128 of file CommonMessaging.h.
|
mutableprotected |
The predefined message stream.
Definition at line 157 of file CommonMessaging.h.
|
mutableprotected |
Pointer to the message service;.
Definition at line 154 of file CommonMessaging.h.
|
mutableprotected |
Flag to create a new MsgStream if it was created without the message service.
Definition at line 160 of file CommonMessaging.h.