axlJobIntfcDebugPrintf
axlJobIntfcDebugPrintf(t_formatString[g_arg1... g_argn] ) => t / nil
Description
Formats and writes output to the log if interface debugging is enabled.
Arguments
Value Returned
Examples
Formats and writes output to the log.
axlJobIntfcDebugPrintf("hello world")
=> "hello world"
=> t
Return to top