casa
$Rev:20696$
|
Superclass for all messages going through the PlotLogger. More...
#include <PlotLogger.h>
Public Member Functions | |
PlotLogMessage (int eventType=DEFAULT_EVENT_TYPE) | |
Non-Static //. | |
PlotLogMessage (const String &origin1, const String &origin2, int eventType=DEFAULT_EVENT_TYPE) | |
Constructor which takes the origin(s) and an optional priority. | |
PlotLogMessage (const String &origin1, const String &origin2, const String &message, int eventType=DEFAULT_EVENT_TYPE) | |
Constructor which takes the origin(s), the message, and an optional priority. | |
PlotLogMessage (const PlotLogMessage ©) | |
Copy constructor. | |
virtual | ~PlotLogMessage () |
Destructor. | |
virtual int | eventType () const |
Returns the event type of this message. | |
Static Public Attributes | |
static const int | DEFAULT_EVENT_TYPE |
Static //. | |
Protected Attributes | |
int | m_eventType |
Event type, either a value from PlotLogger::Event, or a custom user-defined value. |
Superclass for all messages going through the PlotLogger.
This class has been refactored to just be a thin layer on top of LogMessage.
Definition at line 51 of file PlotLogger.h.
casa::PlotLogMessage::PlotLogMessage | ( | int | eventType = DEFAULT_EVENT_TYPE | ) |
Non-Static //.
Constructor which takes an optional priority.
casa::PlotLogMessage::PlotLogMessage | ( | const String & | origin1, |
const String & | origin2, | ||
int | eventType = DEFAULT_EVENT_TYPE |
||
) |
Constructor which takes the origin(s) and an optional priority.
casa::PlotLogMessage::PlotLogMessage | ( | const String & | origin1, |
const String & | origin2, | ||
const String & | message, | ||
int | eventType = DEFAULT_EVENT_TYPE |
||
) |
Constructor which takes the origin(s), the message, and an optional priority.
casa::PlotLogMessage::PlotLogMessage | ( | const PlotLogMessage & | copy | ) |
Copy constructor.
virtual casa::PlotLogMessage::~PlotLogMessage | ( | ) | [virtual] |
Destructor.
virtual int casa::PlotLogMessage::eventType | ( | ) | const [virtual] |
Returns the event type of this message.
const int casa::PlotLogMessage::DEFAULT_EVENT_TYPE [static] |
int casa::PlotLogMessage::m_eventType [protected] |
Event type, either a value from PlotLogger::Event, or a custom user-defined value.
Definition at line 86 of file PlotLogger.h.