powered by
Emit a DEBUG level log message.
DEBUG
logger.debug(msg, ...)
No return value. Called for side effects.
Message with optional format strings.
Additional arguments passed to sprintf() formatting.
sprintf()
Logging must first be initialized with logger.setup().
logger.setup()