The initial Log Level for our Logger.
Does the same thing as log.
true
if the message was output to the console; false
otherwise.
If the Logger's log level is Debug
or Warn
or Error
, will print an error log to the logs.
The message to log.
true
if the message was output to the console; false
otherwise.
If the Logger's log level is Debug
, will print a debug log to the logs.
The message to log.
true
if the message was output to the console; false
otherwise.
Sets a new HiFi Log Level.
The new Log Level for our Logger.
If the Logger's log level is Debug
or Warn
, will print a warning log to the logs.
The message to log.
true
if the message was output to the console; false
otherwise.
A wrapper for API-internal
console.*()
calls, gated by the user's current log level.