trace

Displays an XML document of type XmlDocument if the current trace level is greater than or equal to the specified level.

Syntax

C++

 #include "Trace.h"
 
 void Trace::trace(
    XmlDocument    *document
    int             level);
 
 

Parameters

document
(IN) Points to the XML document to display.
int
(IN) Specifies the trace level.

Remarks

What levels are supported?