Low-level logging call.
Syntax
[Android.Runtime.Register("println", "(ILjava/lang/String;Ljava/lang/String;)I", "")]
public static
int WriteLine ([Android.Runtime.GeneratedEnum]
LogPriority priority,
string tag,
string msg)
Parameters
- priority
- The priority/type of this log message
- 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