axlJobIntfcDebugToFile
axlJobIntfcDebugToFile(
t_file_name
)
=> t / nil
Description
Enables the interface job debugging and sets the output to a file.
Arguments
Value Returned
|
The interface job debugging is enabled and the output is set to a file. |
||
Examples
Enables the interface job debugging and sets the output to a file
axlJobIntfcDebugToFile("~/intfc_debug")
=> t
Return to top