Sends a VERBOSE log message.
Syntax
public
void
v
(
final String
tag
,
final String
msg
,
final String
location
)
Parameters
-
tag –
Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.
-
msg –
The message you would like to be logged.
-
location –
The line-level location of the log source (full class name of the class).