powered by
Emit a WARN level log message.
WARN
logger.warn(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()