v

abstract fun v(tag: String, message: String, tr: Throwable? = null)

Logs a verbose message.

Parameters

tag

calling object

message

the message to log

tr

exception to log (may be null).