v

fun AiutaLogger.v(message: String, throwable: Throwable? = null, tag: String? = null)

Logs a message at VERBOSE level.

Parameters

message

The message to log

throwable

Optional throwable to log

tag

Optional tag to identify the source of the log