logDebug

Displays debug information, depending on the showDebug global variable setting.

Version

1.6

Parameters

Parameter Type Description
dstr string Value to display on the debug window.
debugLevel (optional)   Debug content destination.

Notes

debugLevel overrides this setting for this message only.

debugLevel = false    // no output 
debugLevel = 1         //  screen output 
debugLevel = 2         //  output to biz server log 
debugLevel = 3         //  output to screen and biz log