org.codehaus.wadi
Class LogFormatter

java.lang.Object
  extended byjava.util.logging.Formatter
      extended byorg.codehaus.wadi.LogFormatter

public class LogFormatter
extends Formatter

A JDK1.4 single line log formatter. No longer used, since JDK1.4 logging seems to disappear during the running of ShutdownHook.

Version:
$Revision: 1139 $
Author:
Jules Gosnell

Field Summary
protected  Date _date
           
protected  DateFormat _fmt
           
protected static String[] _xlate
           
protected static String newline
           
 
Constructor Summary
LogFormatter()
           
 
Method Summary
 String format(LogRecord r)
           
 
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
 

Field Detail

newline

protected static final String newline

_xlate

protected static final String[] _xlate

_date

protected final Date _date

_fmt

protected final DateFormat _fmt
Constructor Detail

LogFormatter

public LogFormatter()
Method Detail

format

public String format(LogRecord r)


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.