MessageSvcProvider Class Reference
OBSOLETE It is an accessor for messageSvc for objects which were not GAUDI algorithms or tools.
More...
#include <MessageSvcProvider.h>
List of all members.
Public Member Functions |
IMessageSvc * | msgSvc () const |
Detailed Description
OBSOLETE It is an accessor for messageSvc for objects which were not GAUDI algorithms or tools.
==========================================
- Warning:
- THIS CLASS IS *NOT* THREAD-SAFE! ==========================================
-
Usage of this class is obsolete use this: IMessageSvc* Athena::getMessageSvc(); See HN thread: https://hypernews.cern.ch/HyperNews/Atlas/get/offlineSWDevelopment/22/1.html
Member Function Documentation
IMessageSvc * MessageSvcProvider::msgSvc |
( |
|
) |
const [inline] |
- Warning:
- If this fails, without cout there is no way to tell the user!
- Returns:
- An IMessageSvc pointer.
To use, your class needs a MessageSvcProvider as a member. You can then do: MsgStream log(m_MessageSvcProvider.msgSvc(), m_objectName);
The documentation for this class was generated from the following file:
- /cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.31/TrigSteeringEvent/TrigSteeringEvent/MessageSvcProvider.h