

Public Member Functions | |
| String | format (LogRecord record) |
Private Attributes | |
| final Date | date = new Date() |
Static Private Attributes | |
| static final String | lineSeparator = System.getProperty("line.separator") |
An implementation of java.util.logging.Formatter. Produces single line log reports meant to go to the console.
| String alma::acs::logging::formatters::ConsoleLogFormatter::format | ( | LogRecord | record | ) | [inline] |
Format the given LogRecord.
| record | the log record to be formatted. |
References date, alma::acs::logging::LogParameterUtil::getNonSpecialPropertiesMapParameters(), and lineSeparator.
final Date alma::acs::logging::formatters::ConsoleLogFormatter::date = new Date() [private] |
Date object (used not to recreate it every time).
Referenced by format().
final String alma::acs::logging::formatters::ConsoleLogFormatter::lineSeparator = System.getProperty("line.separator") [static, private] |
Line separator string.
Referenced by format().
1.6.2