API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.logging. Formatter View Source
Author(s)
Since
1.4
Version
1.17, 11/17/05
Serial
Hierarchy
 Object
      Formatter
Implements
Subclasses
Description
publicabstract abstract class Formatter
  A Formatter provides support for formatting LogRecords.
See also:   
Constructors
protected Formatter ()
Construct a new formatter.
Methods
Hide/Show inherited methods
publicabstract String format (LogRecord record)
  Format the given log record and return the formatted string.
publicsynchronized String formatMessage (LogRecord record)
  Localize and format the message string from a log record.
public String getHead (Handler h)
  Return the header string for a set of formatted records.
public String getTail (Handler h)
  Return the tail string for a set of formatted records.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar