public abstract class FormattedLogger extends Object implements JDBCLogger
| Constructor and Description |
|---|
FormattedLogger() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLastEntry() |
void |
logSQL(long threadId,
String dataSourceID,
int connectionId,
String now,
long elapsed,
String category,
String prepared,
String sql) |
abstract void |
logText(String text) |
void |
setLastEntry(String inVar) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogExceptionpublic void logSQL(long threadId,
String dataSourceID,
int connectionId,
String now,
long elapsed,
String category,
String prepared,
String sql)
logSQL in interface JDBCLoggerpublic abstract void logText(String text)
logText in interface JDBCLoggerpublic void setLastEntry(String inVar)
public String getLastEntry()
getLastEntry in interface JDBCLoggerCopyright © 2017 SAP SE. All Rights Reserved.