Qizx/Open v0.4p2

net.xfra.qizxopen.util
Class LogFormatter

java.lang.Object
  |
  +--java.util.logging.Formatter
        |
        +--net.xfra.qizxopen.util.LogFormatter

public class LogFormatter
extends java.util.logging.Formatter

Print a brief summary of the LogRecord in a human readable format. The summary will typically be 1 or 2 lines.


Constructor Summary
LogFormatter()
           
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          Format the given LogRecord.
 
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFormatter

public LogFormatter()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)
Format the given LogRecord.

Specified by:
format in class java.util.logging.Formatter
Parameters:
record - the log record to be formatted.
Returns:
a formatted log record

 Copyright Xavier FRANC 2003-2004