SimpleFormatter


SimpleFormatter java.util.logging

Java 1.4

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  } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net