error

static void error(Object msg)

Logs the specified message with the log level error

Parameters

msg

the message to log

static void error(Object msg, Throwable throwable)

Logs the specified message and throwable with the log level error

Parameters

msg

the message to log

throwable

a throwable to log the stack trace