|
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):
Retrieving:
logPath = Command.LogPath
Specifying:
Command.LogPath = "C:\" & Command.Name & ".log"