Release Summary : New and Updated Features : ProcExec.Trace Method Gets New Parameter
 
Share this page          
ProcExec.Trace Method Gets New Parameter
The Trace method of the ProcExec class has a new optional parameter, destination. The method has the following syntax:
ProcExec.Trace(text = nvarchar(2000) | string = StringObject[, destination = tracedestination])
destination
Specifies the destination of the text or string to print:
TD_LOG
(Default) Writes output to log file/Trace window, depending on -L and -T command line flags. For a description of the -T flag, see the Workbench User Guide.
TD_STDOUT
Writes output to stdout
TD_STDERR
Writes output to stderr
For more information, see the Language Reference Guide.