logInfo

Adds an Application Log entry at the INFO level.

Note: Also see log .

Syntax

logInfo(msg);

Parameters

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

Returns

none