public class ProfilingP6Logger extends Object implements com.p6spy.engine.logging.appender.P6Logger
| Constructor and Description |
|---|
ProfilingP6Logger() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLastEntry() |
void |
logException(Exception e) |
void |
logSQL(int now,
String elapsed,
long connectionId,
String category,
String prepared,
String sql) |
void |
logText(String s) |
public void logSQL(int now,
String elapsed,
long connectionId,
String category,
String prepared,
String sql)
logSQL in interface com.p6spy.engine.logging.appender.P6Loggerpublic void logException(Exception e)
logException in interface com.p6spy.engine.logging.appender.P6Loggerpublic void logText(String s)
logText in interface com.p6spy.engine.logging.appender.P6Loggerpublic String getLastEntry()
getLastEntry in interface com.p6spy.engine.logging.appender.P6LoggerCopyright © 2019 Atlassian. All rights reserved.