logAlways

Always writes message to both the Application Log and jsx3.log at the INFO level, regardless of what is configured for appLogLevel and echoToJsxLog.

Syntax

logAlways(msg);

Parameters

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

Returns

none