March 2005
Intermediate to advanced
1254 pages
104h 21m
English
SimpleFormatter
This Formatter
subclass converts a LogRecord object to a
human-readable log message that is typically one or two lines long.
See also XMLFormatter.
Figure 16-120. java.util.logging.SimpleFormatter
public class SimpleFormatter extends java.util.logging.Formatter { // Public Constructors public SimpleFormatter( ); // Public Methods Overriding Formatter public String format(LogRecord record); synchronized }