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