Abstract
Protected
constructorAbstract
debugAbstract
errorExtends the current logger with a new log tag.
The new log tag to use
A new logger instance with the new log tag
Abstract
fatalProtected
formatFormats a message for logging, including the log level and log tag.
The log level to use
Rest
...args: unknown[]The arguments to log
The formatted message
Abstract
infoProtected
shouldChecks whether a log level should be logged based on the current log level.
The log level to check
Whether the log level should be logged
Abstract
traceAbstract
warn
Debug logs are for information that is useful for debugging issues.