log

fun log(    level: Logger.LogLevel = LogLevel.VERBOSE,     throwable: Throwable? = null,     message: () -> String)