Package | Description |
---|---|
com.p6spy.engine.common | |
com.p6spy.engine.logging | |
com.p6spy.engine.spy.appender |
Modifier and Type | Method and Description |
---|---|
protected static void |
P6LogQuery.doLog(int connectionId,
long elapsedNanos,
Category category,
String prepared,
String sql)
Writes log information provided.
|
protected static void |
P6LogQuery.doLog(long elapsed,
Category category,
String prepared,
String sql) |
protected static void |
P6LogQuery.doLogElapsed(int connectionId,
long timeElapsedNanos,
Category category,
String prepared,
String sql) |
static void |
P6LogQuery.log(Category category,
Loggable loggable) |
static void |
P6LogQuery.log(Category category,
String prepared,
String sql) |
static void |
P6LogQuery.logElapsed(int connectionId,
long timeElapsedNanos,
Category category,
Loggable loggable) |
static void |
P6LogQuery.logElapsed(int connectionId,
long timeElapsedNanos,
Category category,
String prepared,
String sql) |
Modifier and Type | Field and Description |
---|---|
static Category |
Category.BATCH |
static Category |
Category.COMMIT |
static Category |
Category.DEBUG |
static Category |
Category.ERROR |
static Category |
Category.INFO |
static Category |
Category.OUTAGE |
static Category |
Category.RESULT |
static Category |
Category.RESULTSET |
static Category |
Category.ROLLBACK |
static Category |
Category.STATEMENT |
static Category |
Category.WARN |
Modifier and Type | Method and Description |
---|---|
Set<Category> |
P6LogOptionsMBean.getExcludeCategoriesSet() |
Set<Category> |
P6LogOptions.getExcludeCategoriesSet() |
Modifier and Type | Method and Description |
---|---|
protected void |
LoggingEventListener.logElapsed(Loggable loggable,
long timeElapsedNanos,
Category category,
SQLException e) |
protected void |
ErrorLoggingEventListener.logElapsed(Loggable loggable,
long timeElapsedNanos,
Category category,
SQLException e) |
Modifier and Type | Method and Description |
---|---|
boolean |
StdoutLogger.isCategoryEnabled(Category category) |
boolean |
Slf4JLogger.isCategoryEnabled(Category category) |
boolean |
P6Logger.isCategoryEnabled(Category category) |
void |
Slf4JLogger.logSQL(int connectionId,
String now,
long elapsed,
Category category,
String prepared,
String sql) |
void |
P6Logger.logSQL(int connectionId,
String now,
long elapsed,
Category category,
String prepared,
String sql)
Logs the
SQL . |
void |
FormattedLogger.logSQL(int connectionId,
String now,
long elapsed,
Category category,
String prepared,
String sql) |
void |
BatchFileLogger.logSQL(int connectionId,
String now,
long elapsed,
Category category,
String prepared,
String sql) |
Copyright © 2002-2016 P6Spy. All Rights Reserved.