log
Log the specified message if debugging is enabled.
Parameters
fun log( level: Level, exception: Throwable, format: String, vararg args: Any)
Content copied to clipboard
Log the specified message if debugging is enabled.
Parameters
level
The severity level.
exception
The exception that motivated this log entry.
format
The format string.
args
The format arguments.