Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

alma::acs::logging::formatters::ConsoleLogFormatter Class Reference

List of all members.

Public Member Functions

String format (LogRecord record)

Private Attributes

final Date date = new Date()

Static Private Attributes

final String lineSeparator = System.getProperty("line.separator")

Detailed Description

An implementation of java.util.logging.Formatter. Produces single line log reports meant to go to the console.
Author:
Matej Sekoranja (matej.sekoranjaATcosylab.com)


Member Function Documentation

String alma::acs::logging::formatters::ConsoleLogFormatter::format LogRecord  record  )  [inline]
 

Format the given LogRecord.

Parameters:
record the log record to be formatted.
Returns:
a formatted log record


Member Data Documentation

final Date alma::acs::logging::formatters::ConsoleLogFormatter::date = new Date() [private]
 

Date object (used not to recreate it every time).

final String alma::acs::logging::formatters::ConsoleLogFormatter::lineSeparator = System.getProperty("line.separator") [static, private]
 

Line separator string.


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 02:53:53 2009 for ACS Java API by doxygen 1.3.8