info

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

Logs a Level.INFO event.


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

Logs a Level.INFO event with an associated throwable.