error

open fun error(throwable: Throwable)(source)

For drawing attention to an error.


open fun error(throwable: Throwable, format: String, args: Array<Supplier<Any>>)(source)
open fun error(format: String, args: Array<Supplier<Any>>)(source)

For drawing attention to an error that you don't have an exception for.