#include <GaudiMessages.h>
Collaboration diagram for GaudiMessaging:
Public Member Functions | |
| GaudiMessaging (const std::string &streamName="") | |
| void | log (int, const std::string &msg) |
| void | verbose (const std::string &msg) |
| void | debug (const std::string &msg) |
| void | info (const std::string &msg) |
| void | warning (const std::string &msg) |
| void | error (const std::string &msg) |
| void | fatal (const std::string &msg) |
| void | always (const std::string &msg) |
Private Member Functions | |
| GaudiMessaging & | operator= (const GaudiMessaging &) |
Private Attributes | |
| GaudiMsgStreams | m_stream |
These are meant for Python convnience
Definition at line 91 of file GaudiMessages.h.
| GaudiMessaging::GaudiMessaging | ( | const std::string & | streamName = "" |
) |
| GaudiMessaging& GaudiMessaging::operator= | ( | const GaudiMessaging & | ) | [private] |
| void GaudiMessaging::log | ( | int | , | |
| const std::string & | msg | |||
| ) |
Definition at line 62 of file GaudiMessages.cc.
00063 { 00064 MSG::Level level = (MSG::Level)ilevel; 00065 m_stream.log(level) << msg << endreq; 00066 }
| void GaudiMessaging::verbose | ( | const std::string & | msg | ) |
| void GaudiMessaging::debug | ( | const std::string & | msg | ) |
| void GaudiMessaging::info | ( | const std::string & | msg | ) |
| void GaudiMessaging::warning | ( | const std::string & | msg | ) |
| void GaudiMessaging::error | ( | const std::string & | msg | ) |
| void GaudiMessaging::fatal | ( | const std::string & | msg | ) |
| void GaudiMessaging::always | ( | const std::string & | msg | ) |
GaudiMsgStreams GaudiMessaging::m_stream [private] |
Definition at line 93 of file GaudiMessages.h.
1.4.7