Java.Util.Logging.MemoryHandler.PushLevel Property
Return the push level.

Syntax

[get: Android.Runtime.Register("getPushLevel", "()Ljava/util/logging/Level;", "GetGetPushLevelHandler")]
[set: Android.Runtime.Register("setPushLevel", "(Ljava/util/logging/Level;)V", "GetSetPushLevel_Ljava_util_logging_Level_Handler")]
public virtual Level PushLevel { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the push level.

Set method documentation [Android Documentation]

Set the push level. The push level is used to check the push action triggering. When a new LogRecord is put into the internal buffer and its level is not less than the push level, the push action will be triggered. Note that set new push level won't trigger push action.

Requirements

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