pushIndent

Configures trace to indent the messages following the identifier string by the specified number of tabs.

Syntax

C++

 #include "Trace.h"
 
 void Trace::pushIndent(
    int    tabCount);
 

Parameters

tabCount
(IN) Specifies the number of tabs to indent.