Android.Util.EventLog.WriteEvent Method
Record an event log message.

Syntax

[Android.Runtime.Register("writeEvent", "(ILjava/lang/String;)I", "")]
public static int WriteEvent (int tag, string str)

Parameters

tag
The event type tag code
str
A value to log

Returns

Documentation for this section has not yet been entered.

Remarks

Record an event 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 8