Subclass of PlotLogMessage to unify messages for object creation/deletion. More...
#include <PlotLogger.h>
Public Member Functions | |
PlotLogObject (const String &className, void *address, bool creation, const String &message=String(), int eventType=DEFAULT_EVENT_TYPE) | |
Constructor which takes the class name and object address, a flag for whether the object is being created or destroyed, and an optional additional message and priority. | |
~PlotLogObject () | |
Destructor. |
Subclass of PlotLogMessage to unify messages for object creation/deletion.
Definition at line 267 of file PlotLogger.h.
casa::PlotLogObject::PlotLogObject | ( | const String & | className, | |
void * | address, | |||
bool | creation, | |||
const String & | message = String() , |
|||
int | eventType = DEFAULT_EVENT_TYPE | |||
) |
Constructor which takes the class name and object address, a flag for whether the object is being created or destroyed, and an optional additional message and priority.
casa::PlotLogObject::~PlotLogObject | ( | ) |
Destructor.