Java.Util.Logging.Handler Class
A Handler object accepts a logging request and exports the desired messages to a target, for example, a file, the console, etc.

See Also: Handler Members

Syntax

[Android.Runtime.Register("java/util/logging/Handler", DoNotGenerateAcw=true)]
public abstract class Handler : Java.Lang.Object

Remarks

A Handler object accepts a logging request and exports the desired messages to a target, for example, a file, the console, etc. It can be disabled by setting its logging level to Level.OFF.

[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