debug

open fun debug(tag: String, template: String, vararg args: Any?)

Logs a Level.DEBUG event.


open fun debug(tag: String, throwable: Throwable, template: String, vararg args: Any?)

Logs a Level.DEBUG event with an associated throwable.