verbose

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

Logs a Level.VERBOSE event.


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

Logs a Level.VERBOSE event with an associated throwable.