Android.Util.EventLog Members

The members of Android.Util.EventLog are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Documentation for this section has not yet been entered.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
GetTagCode(string) : int
Get the event type tag code associated with an event name.
static
GetTagName(int) : string
Get the name associated with an event type tag code.
static
ReadEvents(int[], ICollection<EventLog.Event>)
Documentation for this section has not yet been entered.
static
ReadEventsAsync(int[], ICollection<EventLog.Event>) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteEvent(int, params Java.Lang.Object[]) : int
Documentation for this section has not yet been entered.
static
WriteEvent(int, int) : int
Record an event log message.
static
WriteEvent(int, long) : int
Record an event log message.
static
WriteEvent(int, string) : int
Record an event log message.
static
WriteEventAsync(int, params Java.Lang.Object[]) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.
static
WriteEventAsync(int, int) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.
static
WriteEventAsync(int, long) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.
static
WriteEventAsync(int, string) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.