severe

fun severe(message: String)

Logs a message at the Level.SEVERE level.

Parameters

message

The message to log


fun severe(message: String, exception: Exception)

Logs a message at the Level.SEVERE level with an exception.

Parameters

message

The message to log

exception

The throwable to log