org.apache.juli
Class OneLineFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by org.apache.juli.OneLineFormatter

public class OneLineFormatter
extends java.util.logging.Formatter

Provides same information as default log format but on a single line to make it easier to grep the logs. The only exception is stack traces which are always preceded by whitespace to make it simple to skip them.


Constructor Summary
OneLineFormatter()
           
 
Method Summary
 void addTimestamp(java.lang.StringBuilder buf, java.util.Date date)
           
 java.lang.String format(java.util.logging.LogRecord record)
           
 
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

OneLineFormatter

public OneLineFormatter()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)
Specified by:
format in class java.util.logging.Formatter

addTimestamp

public void addTimestamp(java.lang.StringBuilder buf,
                         java.util.Date date)


Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.