logV

abstract fun logV(tag: String, message: String)

Logs a verbose message.

Parameters

tag

Log tag for categorizing the message.

message

The verbose message to log.