Save This Page
Home » openjdk-7 » java » util » logging » [javadoc | source]
java.util.logging
public class: SimpleFormatter [javadoc | source]
java.lang.Object
   java.util.logging.Formatter
      java.util.logging.SimpleFormatter
Print a brief summary of the LogRecord in a human readable format. The summary will typically be 1 or 2 lines.
Field Summary
 Date dat     
Method from java.util.logging.SimpleFormatter Summary:
format
Methods from java.util.logging.Formatter:
format,   formatMessage,   getHead,   getTail
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.util.logging.SimpleFormatter Detail:
 public synchronized String format(LogRecord record) 
    Format the given LogRecord.

    This method can be overridden in a subclass. It is recommended to use the Formatter#formatMessage convenience method to localize and format the message field.