ATLAS Offline Software
|
#include <Message.h>
Public Member Functions | |
Message () | |
effects: standard constructor guarantee: no-fail More... | |
void | send () const |
effects: print the given message guarantee: basic failures: i/o errors More... | |
Public Attributes | |
const char * | package |
description: the location where the message was send More... | |
const char * | file |
unsigned | line |
MessageType | type |
description: the type of this message More... | |
const char * | message |
description: the actual message we are sending or 0 if there isn't one More... | |
Definition at line 25 of file PhysicsAnalysis/D3PDTools/RootCoreUtils/RootCoreUtils/Message.h.
RCU::Message::Message | ( | ) |
effects: standard constructor guarantee: no-fail
Definition at line 30 of file Message.cxx.
void RCU::Message::send | ( | ) | const |
effects: print the given message guarantee: basic failures: i/o errors
Definition at line 39 of file Message.cxx.
const char* RCU::Message::file |
Definition at line 35 of file PhysicsAnalysis/D3PDTools/RootCoreUtils/RootCoreUtils/Message.h.
unsigned RCU::Message::line |
Definition at line 37 of file PhysicsAnalysis/D3PDTools/RootCoreUtils/RootCoreUtils/Message.h.
const char* RCU::Message::message |
description: the actual message we are sending or 0 if there isn't one
Definition at line 46 of file PhysicsAnalysis/D3PDTools/RootCoreUtils/RootCoreUtils/Message.h.
const char* RCU::Message::package |
description: the location where the message was send
Definition at line 33 of file PhysicsAnalysis/D3PDTools/RootCoreUtils/RootCoreUtils/Message.h.
MessageType RCU::Message::type |
description: the type of this message
Definition at line 41 of file PhysicsAnalysis/D3PDTools/RootCoreUtils/RootCoreUtils/Message.h.