public class StdoutLogger extends FormattedLogger implements P6Logger
Modifier and Type | Field and Description |
---|---|
protected java.io.PrintStream |
qlog |
lastEntry
Constructor and Description |
---|
StdoutLogger() |
Modifier and Type | Method and Description |
---|---|
void |
logException(java.lang.Exception e) |
void |
logText(java.lang.String text) |
getLastEntry, logSQL, setLastEntry
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLastEntry, logSQL
public void logException(java.lang.Exception e)
logException
in interface P6Logger
public void logText(java.lang.String text)
logText
in interface P6Logger
logText
in class FormattedLogger