internalInformationPort
Class LogFileGenerator.LocalFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by internalInformationPort.LogFileGenerator.LocalFormatter
Enclosing class:
LogFileGenerator

private static class LogFileGenerator.LocalFormatter
extends java.util.logging.Formatter

Formatter used to format log file entries.

Author:
Karl-Peter Fuchs

Constructor Summary
private LogFileGenerator.LocalFormatter()
           
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord logRecord)
          Formats the bypassed LogRecord to the following form: DATE TIME OBJECT_NAME LOG_LEVEL: LOG_MESSAGE.
 
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFileGenerator.LocalFormatter

private LogFileGenerator.LocalFormatter()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord logRecord)
Formats the bypassed LogRecord to the following form: DATE TIME OBJECT_NAME LOG_LEVEL: LOG_MESSAGE. Displays messages on standard output according to the displayLevel set.

Specified by:
format in class java.util.logging.Formatter
Parameters:
logRecord - The log record to be formatted.
Returns:
The formatted log record.
See Also:
LogFileGenerator.displayLevel