log

Adds a new Application Log entry at the INFO level. (This is a convenience alias for logInfo.)

Also see: logInfo

Syntax

log(msg);

Parameters

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

Returns

none