com.p6spy.engine.logging.appender
Class StdoutLogger
java.lang.Object
com.p6spy.engine.logging.appender.FormattedLogger
com.p6spy.engine.logging.appender.StdoutLogger
- All Implemented Interfaces:
- P6Logger
- Direct Known Subclasses:
- FileLogger
public class StdoutLogger
- extends FormattedLogger
- implements P6Logger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
qlog
protected PrintStream qlog
StdoutLogger
public StdoutLogger()
logException
public void logException(Exception e)
- Specified by:
logException
in interface P6Logger
logText
public void logText(String text)
- Specified by:
logText
in interface P6Logger
- Specified by:
logText
in class FormattedLogger