Java.Util.Logging.Formatter Members

The members of Java.Util.Logging.Formatter are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Constructs a Formatter object.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

abstract
Format(LogRecord) : string
Converts a Java.Util.Logging.LogRecord object into a string representation.
FormatMessage(LogRecord) : string
Formats a LogRecord object into a localized string representation.
GetHead(Handler) : string
Gets the head string used to wrap a set of log records.
GetTail(Handler) : string
Gets the tail string used to wrap a set of log records.