d
Logs a debug message.
Return
The number of bytes written.
Parameters
tag
the string that will ssed to identify the source of a log message. It usually identifies the class or activity where the log call occurs.
message
the message to be logged. The message may contain formatting token supported by format method.
arguments
an array of objects to be used for formatting the log message.
Logs a debug message.
Return
The number of bytes written.
Parameters
tag
the string that will ssed to identify the source of a log message. It usually identifies the class or activity where the log call occurs.
message
the message to be logged. The message may contain formatting token supported by format method.
error
the error to be logged, if any.
arguments
an array of objects to be used for formatting the log message.