#include <TESDemoTracer.h>
Inheritance diagram for DayaBay::TESDemoTracer:
Public Member Functions | |
| virtual | ~TESDemoTracer () |
Static Public Member Functions | |
| static void | setMessageSvc (IMessageSvc *msgSvc, const std::string &name) |
Protected Member Functions | |
| TESDemoTracer () | |
| virtual std::ostream & | fillStream (std::ostream &) const |
Static Private Attributes | |
| static MsgStream * | m_msgStream = 0 |
Definition at line 15 of file TESDemoTracer.h.
| TESDemoTracer::~TESDemoTracer | ( | ) | [virtual] |
Definition at line 15 of file TESDemoTracer.cpp.
00015 { 00016 if (0 != m_msgStream) { 00017 (*m_msgStream) << MSG::DEBUG 00018 << "The object at " 00019 << this 00020 << " has been destroyed" 00021 << endreq; 00022 } 00023 }
| TESDemoTracer::TESDemoTracer | ( | ) | [protected] |
Definition at line 5 of file TESDemoTracer.cpp.
00005 { 00006 if (0 != m_msgStream) { 00007 (*m_msgStream) << MSG::DEBUG 00008 << "The object at " 00009 << this 00010 << " has been created" 00011 << endreq; 00012 } 00013 }
| void TESDemoTracer::setMessageSvc | ( | IMessageSvc * | msgSvc, | |
| const std::string & | name | |||
| ) | [static] |
Definition at line 25 of file TESDemoTracer.cpp.
00026 { 00027 m_msgStream = new MsgStream(value, 00028 name); 00029 }
| std::ostream & TESDemoTracer::fillStream | ( | std::ostream & | ) | const [protected, virtual] |
MsgStream * TESDemoTracer::m_msgStream = 0 [static, private] |
Definition at line 27 of file TESDemoTracer.h.
1.4.7