API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.logging. SimpleFormatter View Source
Author(s)
Since
1.4
Version
1.15, 11/17/05
Serial
Hierarchy
 Object
      Formatter
          SimpleFormatter
Implements
Subclasses
Description
public class SimpleFormatter
  Print a brief summary of the LogRecord in a human readable format.
See also:   
Constructors
public SimpleFormatter ()
Methods
Hide/Show inherited methods
publicsynchronized String format (LogRecord record) [Specified in Formatter]
  Format the given LogRecord.
publicsynchronized String formatMessage (LogRecord record) [Inherited From Formatter]
  Localize and format the message string from a log record.
public String getHead (Handler h) [Inherited From Formatter]
  Return the header string for a set of formatted records.
public String getTail (Handler h) [Inherited From Formatter]
  Return the tail string for a set of formatted records.
Fields
Hide/Show inherited fields
pack-private Date dat
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar