Java.Util.Logging.Logger.RemoveHandler Method
Removes a handler from this logger.

Syntax

[Android.Runtime.Register("removeHandler", "(Ljava/util/logging/Handler;)V", "GetRemoveHandler_Ljava_util_logging_Handler_Handler")]
public virtual void RemoveHandler (Handler handler)

Parameters

handler
the handler to be removed.

Remarks

Removes a handler from this logger. If the specified handler does not exist then this method has no effect.

[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