com.p6spy.engine.logging.appender
Class StdoutLogger

java.lang.Object
  extended bycom.p6spy.engine.logging.appender.FormattedLogger
      extended bycom.p6spy.engine.logging.appender.StdoutLogger
All Implemented Interfaces:
P6Logger
Direct Known Subclasses:
FileLogger

public class StdoutLogger
extends FormattedLogger
implements P6Logger


Field Summary
protected  java.io.PrintStream qlog
           
 
Fields inherited from class com.p6spy.engine.logging.appender.FormattedLogger
lastEntry
 
Constructor Summary
StdoutLogger()
           
 
Method Summary
 void logException(java.lang.Exception e)
           
 void logText(java.lang.String text)
           
 
Methods inherited from class com.p6spy.engine.logging.appender.FormattedLogger
getLastEntry, logSQL, setLastEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.p6spy.engine.logging.appender.P6Logger
getLastEntry, logSQL
 

Field Detail

qlog

protected java.io.PrintStream qlog
Constructor Detail

StdoutLogger

public StdoutLogger()
Method Detail

logException

public void logException(java.lang.Exception e)
Specified by:
logException in interface P6Logger

logText

public void logText(java.lang.String text)
Specified by:
logText in interface P6Logger
Specified by:
logText in class FormattedLogger