The proc.logDebug() function

Writes messages to QMF debug log files that are produced by the application.

Note: The log.js.js_metadatalayer logger category must be set to debug or higher.

Syntax

proc.logDebug();

Examples

proc.logDebug(data);
proc.logDebug("Data is already up to date");
Note: This function returns debug messages only in the log file. You can view the information in the Output view and the JavaScript Procedure Logs view.
  • To view the information in the Output view, go to View > Preferences > Output and select the Show debug messages for JavaScript features check box.
  • To view the information in the JavaScript Procedure Logs view, navigate to Show view > JavaScript Procedure > JavaScript Procedure Logs > Open.