error
Logs a message at the Level.ERROR level.
Parameters
cause
An optional Throwable to log along with the message.
msg
A lambda returning the string message to log. It is only evaluated if the given level is enabled.
Logs a message at the Level.ERROR level.
An optional Throwable to log along with the message.
A lambda returning the string message to log. It is only evaluated if the given level is enabled.