Java.Util.Logging.LogRecord.ThreadID Property
Gets a unique ID of the thread originating the log record.

Syntax

[get: Android.Runtime.Register("getThreadID", "()I", "GetGetThreadIDHandler")]
[set: Android.Runtime.Register("setThreadID", "(I)V", "GetSetThreadID_IHandler")]
public virtual int ThreadID { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets a unique ID of the thread originating the log record. Every thread becomes a different ID.

Notice : the ID doesn't necessary map the OS thread ID

Set method documentation [Android Documentation]

Sets the ID of the thread originating this log record.

Requirements

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