vertx / io.vertx.core.logging / Logger / debug

debug

open fun debug(message: Any): Unit
open fun debug(message: Any, t: Throwable): Unit open fun debug(message: Any, vararg objects: Any): Unit
open fun debug(message: Any, t: Throwable, vararg objects: Any): Unit

Exceptions

UnsupportedOperationException - if the logging backend does not support parameterized messages