Java.Util.Logging.Handler.Level Property
Gets the logging level of this handler, records with levels lower than this value will be dropped.

Syntax

[get: Android.Runtime.Register("getLevel", "()Ljava/util/logging/Level;", "GetGetLevelHandler")]
[set: Android.Runtime.Register("setLevel", "(Ljava/util/logging/Level;)V", "GetSetLevel_Ljava_util_logging_Level_Handler")]
public virtual Level Level { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif newLevel is null.
Java.Lang.NullPointerExceptionif newLevel is null.
Java.Lang.NullPointerExceptionif newLevel is null.
Java.Lang.NullPointerExceptionif newLevel is null.
Java.Lang.NullPointerExceptionif newLevel is null.

Remarks

Get method documentation [Android Documentation]

Gets the logging level of this handler, records with levels lower than this value will be dropped.

Set method documentation [Android Documentation]

Sets the logging level of the messages logged by this handler, levels lower than this value will be dropped.

Requirements

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