powered by
Emit an INFO level log message.
INFO
logger.info(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()