This Formatter
subclass converts a LogRecord object to a
human-readable log message that is typically one or two lines long.
See also XMLFormatter.

public class SimpleFormatter extends java.util.logging.Formatter {
// Public Constructors
public SimpleFormatter( );
// Public Methods Overriding Formatter
public String format(LogRecord record); synchronized
}