Trace

Adds an entry to VoiceGuide's vgEngine trace log.

Syntax

object.Trace iLineId, sLogInfo

Part Description
object Required. VoiceGuide object
iLineId Required. Identification number of the line with which this log entry is associated. Set to 0 if not used.
sLogInfo Required. Text to be added to vgEngine trace.

Example

set vg = CreateObject("vgServices.CommandLink")
vg.Trace $RV_LINEID, "Hello World!"
set vg = Nothing

 

VoiceGuide

© Katalina Technologies Pty. Ltd.