#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/CommonMessaging.h>
template<typename BASE>
class CommonMessaging< BASE >
Definition at line 65 of file CommonMessaging.h.
◆ base_class
◆ create_msgStream()
template<typename BASE >
|
inlinefinaloverrideprivate |
◆ initMessaging()
Initialise the messaging objects.
Definition at line 160 of file CommonMessaging.h.
163 m_msgsvc = this->serviceLocator();
168 m_commonMessagingReady = m_msgsvc;
◆ msgLevel() [1/2]
get the cached level (originally extracted from the embedded MsgStream)
Definition at line 147 of file CommonMessaging.h.
148 if ( m_commonMessagingReady )
return m_level;
◆ msgLevel() [2/2]
◆ resetMessaging()
Reinitialize internal states.
Definition at line 178 of file CommonMessaging.h.
179 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 184 of file CommonMessaging.h.
188 if ( m_msgStream.get() ) m_msgStream->setLevel(
level );
190 debug() <<
"Property update for OutputLevel : new value = " <<
level <<
endmsg;
The documentation for this class was generated from the following file: