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