Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlJobIntfcDebugPrintf

axlJobIntfcDebugPrintf(
t_formatString
[g_arg1 ... g_argn]
)
=> t / nil

Description

Formats and writes output to the log if interface debugging is enabled.

Arguments

t_formatString

String name

g_arg1

Argument passed

Value Returned

t

Indicates that the interface debugging is enabled.

nil

Indicates that the interface debugging is disabled.

Examples

Formats and writes output to the log.

axlJobIntfcDebugPrintf("hello world") 
=> "hello world"
=> t

Return to top
 ⠀
X