Android.Util.Log.Debug Method
Send a Log.DEBUG log message.

Syntax

[Android.Runtime.Register("d", "(Ljava/lang/String;Ljava/lang/String;)I", "")]
public static int Debug (string tag, string msg)

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 logged.

Returns

Documentation for this section has not yet been entered.

Remarks

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1