Public Member Functions | |
String | format (LogRecord record) |
String | toString () |
Static Public Member Functions | |
String | createShortReport (LogRecord entry) |
Static Private Attributes | |
SimpleDateFormat | timeFormatter = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS") |
Date | date = new Date() |
java.util.logging.Formatter
. Produces single line log reports meant to go to the console.
|
Formats the log record. This method is declared static so that it may be used by other classes, for instance
|
|
Formats the log record according to the rules outlined in this class' javadoc.
|
|
Returns a short summary about this instance.
|
|
Date object (used not to recreate it every time). |
|
ISO 8601 date formatter. |