DebugLog
This property contains the path to the log file. The log file will contain all function calls by appending to this file.
Group: Embedded Procedure Object
Syntax: emProc.DebugLog = sValue
Alternate: sValue = emProc.DebugLog
sValue (String) the path to a text file
Example:
emProc.DebugLog = "\Program Files\Status.txt"