#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/CommonMessaging.h>
template<typename BASE>
class CommonMessaging< BASE >
Definition at line 66 of file CommonMessaging.h.
◆ base_class
◆ create_msgStream()
template<typename BASE >
|
inlinefinaloverrideprivate |
◆ initMessaging()
Initialise the messaging objects.
Definition at line 161 of file CommonMessaging.h.
164 m_msgsvc = this->serviceLocator();
169 m_commonMessagingReady = m_msgsvc;
◆ msgLevel() [1/2]
get the cached level (originally extracted from the embedded MsgStream)
Definition at line 148 of file CommonMessaging.h.
149 if ( m_commonMessagingReady )
return m_level;
◆ msgLevel() [2/2]
◆ resetMessaging()
Reinitialize internal states.
Definition at line 179 of file CommonMessaging.h.
180 m_commonMessagingReady =
false;
◆ setUpMessaging()
◆ updateMsgStreamOutputLevel()
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 185 of file CommonMessaging.h.
189 if ( m_msgStream.get() ) m_msgStream->setLevel(
level );
191 debug() <<
"Property update for OutputLevel : new value = " <<
level <<
endmsg;
The documentation for this class was generated from the following file: