error

open fun error(msg: Any)

Logs the specified message with the log level error

Parameters

msg

the message to log


open fun error(msg: Any, 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