logStart

Adds the given message as a timed Application Log entry. This will be flagged as a timed entry and a call to logStop with the matching msg will set the elapsed time from the logStart call to the logStop call. This time is logged under the timer column.

Note that the elapsed time from this logStart call to the following log call will also be recorded. This appears under the elapsed column.

Syntax

logStart(msg, forceLog);

Parameters

  • msg (String) The message to be added to the log.
  • forceLog (boolean) (Optional) If true, log is written even when appLogLevel is less than “INFO”.

Returns

none