v

inline fun v(context: Any, throwable: Throwable? = null, message: () -> String)

Logs a verbose message.

Verbose messages are only logged when logLevel is LogLevel.Verbose. Use for the most detailed diagnostic information, typically only needed for deep debugging.

Parameters

context

Context for the log tag (typically this, a Class, or a String)

throwable

Optional exception to include in the log

message

Lazy message supplier that is only evaluated when logging is enabled