org.jwall.web.audit.util
Class SimpleLineFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by java.util.logging.SimpleFormatter
          extended by org.jwall.web.audit.util.SimpleLineFormatter

public class SimpleLineFormatter
extends SimpleFormatter

This simple formatter extends the simple formatter provided by the Java logging framework and behaves pretty equally except that it does print all messages into one line.

Author:
Christian Bockermann <chris@jwall.org>

Constructor Summary
SimpleLineFormatter()
           
 
Method Summary
 String format(LogRecord record)
           
 
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

SimpleLineFormatter

public SimpleLineFormatter()
Method Detail

format

public String format(LogRecord record)
Overrides:
format in class SimpleFormatter


Copyright © 2012 jwall.org. All Rights Reserved.