Log levels
Log a debug message
Any number of arguments to be passed to loglevel.debug
Log an error message
Any number of arguments to be passed to loglevel.error
Log an info message
Any number of arguments to be passed to loglevel.info
Set a default log level to disable all logging below the given level
Log a warning message
Any number of arguments to be passed to loglevel.warn
Generated using TypeDoc
Log provides logging features throught the sdk using loglevel module See https://github.com/pimterry/loglevel for documentation