Java.Util.Logging.Handler.Formatter Property
Gets the formatter used by this handler to format the logging messages.

Syntax

[get: Android.Runtime.Register("getFormatter", "()Ljava/util/logging/Formatter;", "GetGetFormatterHandler")]
[set: Android.Runtime.Register("setFormatter", "(Ljava/util/logging/Formatter;)V", "GetSetFormatter_Ljava_util_logging_Formatter_Handler")]
public virtual Formatter Formatter { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif newFormatter is null.
Java.Lang.NullPointerExceptionif newFormatter is null.
Java.Lang.NullPointerExceptionif newFormatter is null.
Java.Lang.NullPointerExceptionif newFormatter is null.
Java.Lang.NullPointerExceptionif newFormatter is null.

Remarks

Get method documentation [Android Documentation]

Gets the formatter used by this handler to format the logging messages.

Set method documentation [Android Documentation]

Sets the formatter to be used by this handler.

Requirements

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