verbose

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

Logs a verbose message.

Verbose messages are the most detailed level of logging, typically used for tracing execution flow during development.

Parameters

tag

The log tag, typically identifying the source class or component.

message

The message to log.