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

the integer value for this level.

Attributes

Remarks

Get the integer value for this level. This integer value can be used for efficient ordering comparisons between Level objects.

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