Skip to main content

Log

Description:

  Logs a message to the console.

Signature:

Log: function(level: LogLevel, msg: string)

Parameters:

ParameterTypeDescription
level"Info""Warn"
msgstringThe message to be logged.