#include <GaudiKernel/CommonMessaging.h>
Definition at line 64 of file CommonMessaging.h.
virtual CommonMessagingBase::~CommonMessagingBase |
( |
| ) |
|
|
virtualdefault |
MsgStream& CommonMessagingBase::always |
( |
| ) |
const |
|
inline |
shortcut for the method msgStream(MSG::ALWAYS)
Definition at line 102 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
virtual void CommonMessagingBase::create_msgStream |
( |
| ) |
const |
|
pure virtual |
Implemented in CommonMessaging< BASE >, CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > >, CommonMessaging< implements< IAuditor, IProperty > >, CommonMessaging< implements< IAppMgrUI, IEventProcessor, IService, IStateful, INamedInterface, IProperty > >, CommonMessaging< IControlFlowGraph >, CommonMessaging< IPrecedenceRulesGraph >, CommonMessaging< implements< IService, IProperty, IStateful > >, CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > >, CommonMessaging< IExecutionFlowManager >, and CommonMessaging< implements< IComponentManager > >.
virtual void CommonMessagingBase::create_msgSvc |
( |
| ) |
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< IControlFlowGraph >, CommonMessaging< IPrecedenceRulesGraph >, CommonMessaging< implements< IService, IProperty, IStateful > >, CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > >, CommonMessaging< IExecutionFlowManager >, and CommonMessaging< implements< IComponentManager > >.
MsgStream& CommonMessagingBase::debug |
( |
| ) |
const |
|
inline |
shortcut for the method msgStream(MSG::DEBUG)
Definition at line 120 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 108 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 111 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 105 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 117 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 126 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
MSG::Level CommonMessagingBase::msgLevel |
( |
| ) |
const |
|
inline |
get the output level from the embedded MsgStream
Definition at line 129 of file CommonMessaging.h.
virtual void create_msgStream() const =0
boost::thread_specific_ptr< MSG::Level > m_level
boost::thread_specific_ptr< MsgStream > m_msgStream
The predefined message stream.
bool CommonMessagingBase::msgLevel |
( |
MSG::Level |
lvl | ) |
const |
|
inline |
get the output level from the embedded MsgStream
Definition at line 142 of file CommonMessaging.h.
MSG::Level msgLevel() const
get the output level from the embedded MsgStream
MsgStream& CommonMessagingBase::msgStream |
( |
| ) |
const |
|
inline |
Return an uninitialized MsgStream.
Definition at line 83 of file CommonMessaging.h.
virtual void create_msgStream() const =0
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 99 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 76 of file CommonMessaging.h.
SmartIF< IMessageSvc > m_msgsvc
Pointer to the message service;.
virtual void create_msgSvc() const =0
cold functionality
MSG::Level CommonMessagingBase::outputLevel |
( |
| ) |
const |
|
inline |
Backward compatibility function for getting the output level.
Definition at line 139 of file CommonMessaging.h.
MSG::Level msgLevel() const
get the output level from the embedded MsgStream
MsgStream& CommonMessagingBase::verbose |
( |
| ) |
const |
|
inline |
shortcut for the method msgStream(MSG::VERBOSE)
Definition at line 123 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 114 of file CommonMessaging.h.
MsgStream & msgStream() const
Return an uninitialized MsgStream.
boost::thread_specific_ptr<MSG::Level> CommonMessagingBase::m_level |
|
mutableprivate |
boost::thread_specific_ptr<MsgStream> CommonMessagingBase::m_msgStream |
|
mutableprivate |
The documentation for this class was generated from the following file: