Reference to a function that can be used as console.debug()
Setting for level
Name
Helper to compare two log levels and determine if a is equal or more severe than b
Map of labels for each log level
Map of severity as comparable numbers for each log level
Log a debug message
Log an error message
Log an info message
Sets the instance's log level so that only messages which are equal or more severe are output to the console.
Set the instance's name, which will appear on each log line before the message.
Log a warning message
Generated using TypeDoc
Default logger which logs to stdout and stderr