v

open fun v(tag: String, message: String)

Logs a verbose log line.

Parameters

tag

Log tag.

message

Log message.


open fun v(tag: String, message: String, e: Throwable)

Logs a verbose log line.

Parameters

tag

Log tag.

message

Log message.

e

Exception to be logged.