Java.Util.Logging.Formatter Class
Formatter objects are used to format Java.Util.Logging.LogRecord objects into a string representation.

See Also: Formatter Members

Syntax

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

Remarks

Formatter objects are used to format Java.Util.Logging.LogRecord objects into a string representation. Head and tail strings are sometimes used to wrap a set of records. The getHead and getTail methods are used for this purpose.

[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