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