You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Creates a log file in the designated capture path.

Syntax

Response = HTTP_Services('CreateLogFile', LogType, Data)

Returns

N/A

Parameters

ParameterDescription
LogTypeThe type of log to be written. This can be user-defined. Required
DataInformation used to create the log body. Some log types ignore this. Optional

Remarks

The predefined LogType values are Request, Response, ProcErr, and Debugger. All log files use the GetSessionID service to create part of the filename. The final format follows this pattern:

YYYY-MM-DD_HH-MM-SS_<ProcessID>_<Counter>_<LogType>.log

  • No labels