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