com.p6spy.engine.logging.appender

Class StdoutLogger

Implemented Interfaces:
P6Logger
Known Direct Subclasses:
FileLogger

public class StdoutLogger
extends FormattedLogger
implements P6Logger

Field Summary

protected PrintStream
qlog

Fields inherited from class com.p6spy.engine.logging.appender.FormattedLogger

lastEntry

Constructor Summary

StdoutLogger()

Method Summary

void
logException(Exception e)
void
logText(String text)

Methods inherited from class com.p6spy.engine.logging.appender.FormattedLogger

getLastEntry, logSQL, logText, setLastEntry

Field Details

qlog

protected PrintStream qlog

Constructor Details

StdoutLogger

public StdoutLogger()

Method Details

logException

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


logText

public void logText(String text)
Specified by:
logText in interface P6Logger
Overrides:
logText in interface FormattedLogger