Android.Util.Log.Info Method
Send an Log.INFO log message.

Syntax

[Android.Runtime.Register("i", "(Ljava/lang/String;Ljava/lang/String;)I", "")]
public static int Info (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

Send an Log.INFO log message.

[Android Documentation]

Requirements

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