trace

Displays a character string message if the current trace level is greater than or equal to the DEFAULT_TRACE level.

Syntax

C++

 #include "Trace.h"
 
 void Trace::trace(
    const char   *message);
 

Parameters

message
(IN) Points to the message to display.