public abstract class FormattedLogger extends Object
Constructor and Description |
---|
FormattedLogger() |
Modifier and Type | Method and Description |
---|---|
String |
getLastEntry() |
void |
logSQL(int connectionId,
String now,
long elapsed,
String category,
String prepared,
String sql) |
abstract void |
logText(String text) |
void |
setLastEntry(String inVar) |
protected String lastEntry