|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.logging.Formatter
internalInformationPort.LogFileGenerator.LocalFormatter
private static class LogFileGenerator.LocalFormatter
Formatter used to format log file entries.
| 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 |
|---|
private LogFileGenerator.LocalFormatter()
| Method Detail |
|---|
public java.lang.String format(java.util.logging.LogRecord logRecord)
LogRecord to the following form:
DATE TIME OBJECT_NAME LOG_LEVEL: LOG_MESSAGE. Displays
messages on standard output according to the displayLevel
set.
format in class java.util.logging.FormatterlogRecord - The log record to be formatted.
LogFileGenerator.displayLevel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||