Public Member Functions | |
String | format (LogRecord record) |
Private Attributes | |
final Date | date = new Date() |
Static Private Attributes | |
final String | lineSeparator = System.getProperty("line.separator") |
java.util.logging.Formatter
. Produces single line log reports meant to go to the console.
|
Format the given LogRecord.
|
|
Date object (used not to recreate it every time). |
|
Line separator string. |