Specifying or Retrieving the Command Log Path (LogPath)

Available in EFT Server 6.1 and later.

Use the ICICommandSettings::LogPath property to retrieve or specify the path to the file into which to log command execution information.

HRESULT LogPath([out, retval] BSTR *pVal); HRESULT LogPath([in] BSTR newVal);

Examples (VBScript):

logPath = Command.LogPath

Command.LogPath = "C:\" & Command.Name & ".log"