| GNU Classpath (0.95) | |
| Frames | No Frames | 
| Classes derived from java.util.logging.Formatter | |
| class |  A  SimpleFormatterformats log records into
 short human-readable messages, typically one or two lines. | 
| class |  An  XMLFormatterformats LogRecords into
 a standard XML format. | 
| Constructors with parameter type java.util.logging.Formatter | |
|  Creates a  StreamHandlerthat formats log messages
 with the specified Formatter and publishes them to the specified
 output stream. | |
| Methods with parameter type java.util.logging.Formatter | |
| void |  Sets the  Formatterwhich will be used to
 localize the text of log messages and to substitute
 message parameters. | 
| Methods with return type java.util.logging.Formatter | |
| Formatter |  Returns the  Formatterwhich will be used to
 localize the text of log messages and to substitute
 message parameters. | 
| GNU Classpath (0.95) |