#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/CommonMessaging.h>
Definition at line 67 of file CommonMessaging.h.
◆ ~CommonMessagingBase()
virtual CommonMessagingBase::~CommonMessagingBase |
( |
| ) |
|
|
virtualdefault |
◆ always()
MsgStream & CommonMessagingBase::always |
( |
| ) |
const |
|
inline |
shortcut for the method msgStream(MSG::ALWAYS)
Definition at line 98 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
◆ create_msgStream()
virtual void CommonMessagingBase::create_msgStream |
( |
| ) |
const |
|
pure virtual |
cold functionality
Implemented in CommonMessaging< BASE >, CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > >, CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > >, CommonMessaging< implements< IAppMgrUI, Gaudi::Interfaces::IQueueingEventProcessor, IService, IStateful, INamedInterface, IProperty > >, CommonMessaging< implements< IAuditor, IProperty > >, CommonMessaging< implements< IComponentManager > >, CommonMessaging< implements< IService, IProperty, IStateful > >, and CommonMessaging< IPrecedenceRulesGraph >.
◆ debug()
MsgStream & CommonMessagingBase::debug |
( |
| ) |
const |
|
inline |
◆ err()
MsgStream & CommonMessagingBase::err |
( |
| ) |
const |
|
inline |
◆ error()
MsgStream & CommonMessagingBase::error |
( |
| ) |
const |
|
inline |
◆ fatal()
MsgStream & CommonMessagingBase::fatal |
( |
| ) |
const |
|
inline |
◆ info()
MsgStream & CommonMessagingBase::info |
( |
| ) |
const |
|
inline |
◆ msg()
MsgStream & CommonMessagingBase::msg |
( |
| ) |
const |
|
inline |
◆ msgStream() [1/2]
MsgStream & CommonMessagingBase::msgStream |
( |
| ) |
const |
|
inline |
Return an uninitialized MsgStream.
Definition at line 80 of file CommonMessaging.h.
80 {
83 }
boost::thread_specific_ptr< MsgStream > m_msgStream
The predefined message stream.
virtual void create_msgStream() const =0
cold functionality
◆ msgStream() [2/2]
Predefined configurable message stream for the efficient printouts.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
- Returns
- Reference to the predefined stream
Definition at line 95 of file CommonMessaging.h.
◆ msgSvc()
The standard message service.
Returns a pointer to the standard message service.
Definition at line 77 of file CommonMessaging.h.
SmartIF< IMessageSvc > m_msgsvc
Pointer to the message service;.
◆ verbose()
MsgStream & CommonMessagingBase::verbose |
( |
| ) |
const |
|
inline |
◆ warning()
MsgStream & CommonMessagingBase::warning |
( |
| ) |
const |
|
inline |
◆ CommonMessaging
◆ m_commonMessagingReady
bool CommonMessagingBase::m_commonMessagingReady = false |
|
mutableprivate |
◆ m_level
◆ m_msgStream
boost::thread_specific_ptr<MsgStream> CommonMessagingBase::m_msgStream |
|
mutableprivate |
◆ m_msgsvc
The documentation for this class was generated from the following file: