logDebug

Adds a new Application Log entry at the DEBUG level.

Syntax

logDebug(msg);

Parameters

  • msg - (String) The Debug message to add to the Application Log.

Returns

none