Emit an ERROR level log message.

logger.error(msg, ...)

Arguments

msg

Message with optional format strings.

...

Additional arguments passed to sprintf() formatting.

Value

No return value. Called for side effects.

Details

Logging must first be initialized with logger.setup().

See also