org.ancoron.postgresql.utils.test
Class SingleLineLogFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by org.ancoron.postgresql.utils.test.SingleLineLogFormatter
Direct Known Subclasses:
CompactLogFormatter

public class SingleLineLogFormatter
extends Formatter

Author:
ancoron

Field Summary
protected  Date dat
           
protected  boolean printClass
           
protected  boolean printLevel
           
protected  boolean printMethod
           
 
Constructor Summary
SingleLineLogFormatter()
           
 
Method Summary
 String format(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
 

Field Detail

dat

protected Date dat

printClass

protected boolean printClass

printMethod

protected boolean printMethod

printLevel

protected boolean printLevel
Constructor Detail

SingleLineLogFormatter

public SingleLineLogFormatter()
Method Detail

format

public String format(LogRecord record)
Specified by:
format in class Formatter


Copyright © 2012. All Rights Reserved.