casa
$Rev:20696$
|
Subclass of PlotLogMessage to unify messages for method entering/exiting. More...
#include <PlotLogger.h>
Public Member Functions | |
PlotLogMethod (const String &className, const String &methodName, bool entering, const String &message=String(), int eventType=DEFAULT_EVENT_TYPE) | |
Constructor which takes the class and method names, a flag for whether the method is entering or exiting, and an optional additional message and priority. | |
~PlotLogMethod () | |
Destructor. |
Subclass of PlotLogMessage to unify messages for method entering/exiting.
Definition at line 255 of file PlotLogger.h.
casa::PlotLogMethod::PlotLogMethod | ( | const String & | className, |
const String & | methodName, | ||
bool | entering, | ||
const String & | message = String() , |
||
int | eventType = DEFAULT_EVENT_TYPE |
||
) |
Constructor which takes the class and method names, a flag for whether the method is entering or exiting, and an optional additional message and priority.
Destructor.