Level.IntValue Method

Definition

Get the integer value for this level.

[Android.Runtime.Register("intValue", "()I", "")]
public int IntValue ();
[<Android.Runtime.Register("intValue", "()I", "")>]
member this.IntValue : unit -> int

Returns

Int32

the integer value for this level.

Attributes

Remarks

Java documentation for java.util.logging.Level.intValue().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to