ACE_Trace Class ReferenceA C++ trace facility that keeps track of which methods are entered and exited. More...
Detailed DescriptionA C++ trace facility that keeps track of which methods are entered and exited.This class uses C++ constructors and destructors to automate the ACE_Trace nesting. In addition, thread-specific storage is used to enable multiple threads to work correctly. Member Enumeration Documentation
Constructor & Destructor DocumentationPerform the first part of the trace, which prints out the string N, the LINE, and the ACE_FILE as the function is entered.
Perform the second part of the trace, which prints out the NAME as the function is exited.
Member Function Documentation
Determine if tracing is enabled (return == 1) or not (== 0).
Enable the tracing facility.
Disable the tracing facility.
Change the nesting indentation level.
Get the nesting indentation level.
Dump the state of an object.
Member Data Documentation
Name of the method we are in.
Keeps track of how far to indent per trace call.
Is tracing enabled?
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:18:00 2008 for ACE by ![]() |