Java.Util.Logging.Formatter: Method Members

The methods of Java.Util.Logging.Formatter are listed below. For a list of all members, see the Formatter Members list.

See Also: Inherited members from Java.Lang.Object

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.