casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::PlotLogMethod Class Reference

Subclass of PlotLogMessage to unify messages for method entering/exiting. More...

#include <PlotLogger.h>

Inheritance diagram for casa::PlotLogMethod:
casa::PlotLogMessage casa::LogMessage

List of all members.

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.

Detailed Description

Subclass of PlotLogMessage to unify messages for method entering/exiting.

Definition at line 255 of file PlotLogger.h.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file: