public interface JDBCLogger
| Modifier and Type | Method and Description |
|---|---|
String |
getLastEntry() |
void |
logException(Exception exception) |
void |
logSQL(long threadId,
String dataSourceID,
int connectionId,
String now,
long elapsed,
String category,
String prepared,
String sql) |
void |
logText(String text) |
Copyright © 2017 SAP SE. All Rights Reserved.