Output debug message
any data to log
Output error message
any data to log
Output info message
any data to log
This disables all logging below the given level, so that after a log.setLevel("warn") call log.warn("something") or log.error("something") will output messages, but log.info("something") will not.
as a string, like 'error' (case-insensitive)
This allows the instance to be named so that they can easily be filtered when many loggers are sending output to the same destination.
as a string, will be output with every log after the level
Output warn message
any data to log
Generated using TypeDoc
Interface for objects where objects in this package's logs can be sent (can be used as
logger
option).