Java.Util.Logging.Level.Parse Method
Parses a level name into a Level object.

Syntax

[Android.Runtime.Register("parse", "(Ljava/lang/String;)Ljava/util/logging/Level;", "")]
public static Level Parse (string name)

Parameters

name
the name of the desired level, which cannot be null.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif name is null.
Java.Lang.IllegalArgumentExceptionif name is not valid.

Remarks

Parses a level name into a Level object.

[Android Documentation]

Requirements

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