#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 97 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< 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 115 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 103 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 106 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 100 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 112 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 121 of file CommonMessaging.h.
MsgStream & msgStream() const 
Return an uninitialized MsgStream. 
 
 
  
  | 
        
          | MSG::Level CommonMessagingBase::msgLevel | ( |  | ) | const |  | inline | 
 
get the cached level (originally extracted from the embedded MsgStream) 
Definition at line 124 of file CommonMessaging.h.
bool m_commonMessagingReady
 
 
  
  | 
        
          | bool CommonMessagingBase::msgLevel | ( | MSG::Level | lvl | ) | const |  | inline | 
 
get the output level from the embedded MsgStream 
Definition at line 134 of file CommonMessaging.h.
MSG::Level msgLevel() const 
get the cached level (originally extracted from the embedded MsgStream) 
 
 
 
  
  | 
        
          | MsgStream& CommonMessagingBase::msgStream | ( |  | ) | const |  | inline | 
 
Return an uninitialized MsgStream. 
Definition at line 78 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 94 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 75 of file CommonMessaging.h.
SmartIF< IMessageSvc > m_msgsvc
Pointer to the message service;. 
 
 
  
  | 
        
          | MSG::Level CommonMessagingBase::outputLevel | ( |  | ) | const |  | inline | 
 
Backward compatibility function for getting the output level. 
Definition at line 131 of file CommonMessaging.h.
MSG::Level msgLevel() const 
get the cached level (originally extracted from the embedded MsgStream) 
 
 
  
  | 
        
          | MsgStream& CommonMessagingBase::verbose | ( |  | ) | const |  | inline | 
 
shortcut for the method msgStream(MSG::VERBOSE) 
Definition at line 118 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 109 of file CommonMessaging.h.
MsgStream & msgStream() const 
Return an uninitialized MsgStream. 
 
 
  
  | 
        
          | bool CommonMessagingBase::m_commonMessagingReady = false |  | private | 
 
 
  
  | 
        
          | boost::thread_specific_ptr<MsgStream> CommonMessagingBase::m_msgStream |  | mutableprivate | 
 
 
The documentation for this class was generated from the following file: