logStop

Sets the elapsed time for a timed Application Log entry with the matching msg. The appendMsg argument, if not null, is added to the msg in the log entry. If a matching logStart msg is not found, a new log is added, which is pre-pended with a '- ' character.

Syntax

logStop(msg, appendMsg, forceLog);

Parameters

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

Returns

none