6381464: SimpleFormatter should use one single line format

This is a follow-up of the review for 7006814.   I came up with a better
solution that allows a user to customize the output format for SimpleFormatter.
You can specify the format string using the java.util.Formatter syntax in
a new property: "java.util.logging.SimpleFormatter" that you can customize
your own output format. See the javadoc for details:
    
http://cr.openjdk.java.net/~mchung/jdk7/6381464/api/java/util/logging/SimpleFormatter.html

Webrev at:
    http://cr.openjdk.java.net/~mchung/jdk7/6381464/webrev.00/

Thanks
Mandy

Reply via email to