#include <GaudiKernel/CommonMessaging.h>
Definition at line 59 of file CommonMessaging.h.
virtual CommonMessagingBase::~CommonMessagingBase |
( |
| ) |
|
|
virtualdefault |
MsgStream& CommonMessagingBase::always |
( |
| ) |
const |
|
inline |
shortcut for the method msgStream(MSG::ALWAYS)
Definition at line 92 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
virtual void CommonMessagingBase::create_msgStream |
( |
| ) |
const |
|
pure virtual |
cold functionality
Implemented in CommonMessaging< BASE >, CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > >, CommonMessaging< implements< IAuditor, IProperty > >, CommonMessaging< implements< IAppMgrUI, IEventProcessor, IService, IStateful, INamedInterface, IProperty > >, CommonMessaging< IPrecedenceRulesGraph >, CommonMessaging< implements< IService, IProperty, IStateful > >, CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > >, and CommonMessaging< implements< IComponentManager > >.
MsgStream& CommonMessagingBase::debug |
( |
| ) |
const |
|
inline |
shortcut for the method msgStream(MSG::DEBUG)
Definition at line 110 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
MsgStream& CommonMessagingBase::err |
( |
| ) |
const |
|
inline |
shortcut for the method msgStream(MSG::ERROR)
Definition at line 98 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
MsgStream& CommonMessagingBase::error |
( |
| ) |
const |
|
inline |
shortcut for the method msgStream(MSG::ERROR)
Definition at line 101 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
MsgStream& CommonMessagingBase::fatal |
( |
| ) |
const |
|
inline |
shortcut for the method msgStream(MSG::FATAL)
Definition at line 95 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
MsgStream& CommonMessagingBase::info |
( |
| ) |
const |
|
inline |
shortcut for the method msgStream(MSG::INFO)
Definition at line 107 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
MsgStream& CommonMessagingBase::msg |
( |
| ) |
const |
|
inline |
shortcut for the method msgStream(MSG::INFO)
Definition at line 116 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
MsgStream& CommonMessagingBase::msgStream |
( |
| ) |
const |
|
inline |
Return an uninitialized MsgStream.
Definition at line 73 of file CommonMessaging.h.
virtual void create_msgStream() const =0
cold functionality
boost::thread_specific_ptr< MsgStream > m_msgStream
The predefined message stream.
Predefined configurable message stream for the efficient printouts.
- Returns
- Reference to the predefined stream
Definition at line 89 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
The standard message service.
Returns a pointer to the standard message service.
Definition at line 70 of file CommonMessaging.h.
SmartIF< IMessageSvc > m_msgsvc
Pointer to the message service;.
MsgStream& CommonMessagingBase::verbose |
( |
| ) |
const |
|
inline |
shortcut for the method msgStream(MSG::VERBOSE)
Definition at line 113 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
MsgStream& CommonMessagingBase::warning |
( |
| ) |
const |
|
inline |
shortcut for the method msgStream(MSG::WARNING)
Definition at line 104 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
bool CommonMessagingBase::m_commonMessagingReady = false |
|
mutableprivate |
boost::thread_specific_ptr<MsgStream> CommonMessagingBase::m_msgStream |
|
mutableprivate |
The documentation for this class was generated from the following file: