| Package | Description |
|---|---|
| net.ttddyy.dsproxy.listener.logging | |
| net.ttddyy.dsproxy.support |
| Modifier and Type | Field and Description |
|---|---|
protected CommonsLogLevel |
CommonsSlowQueryListener.logLevel |
protected CommonsLogLevel |
CommonsQueryLoggingListener.logLevel |
| Modifier and Type | Method and Description |
|---|---|
CommonsLogLevel |
CommonsSlowQueryListener.getLogLevel() |
CommonsLogLevel |
CommonsQueryLoggingListener.getLogLevel() |
static CommonsLogLevel |
CommonsLogLevel.nullSafeValueOf(String name) |
static CommonsLogLevel |
CommonsLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonsLogLevel[] |
CommonsLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommonsSlowQueryListener.setLogLevel(CommonsLogLevel logLevel) |
void |
CommonsQueryLoggingListener.setLogLevel(CommonsLogLevel logLevel) |
| Modifier and Type | Method and Description |
|---|---|
CommonsQueryCountLoggingServletFilter |
QueryCountLoggerBuilder.buildCommonsFilter(CommonsLogLevel logLevel)
|
CommonsQueryCountLoggingHandlerInterceptor |
QueryCountLoggerBuilder.buildCommonsHandlerInterceptor(CommonsLogLevel logLevel)
|
QueryCountLoggerBuilder |
QueryCountLoggerBuilder.logLevel(CommonsLogLevel commonsLogLevel)
Set commons log level for query-count-logger.
|
ProxyDataSourceBuilder |
ProxyDataSourceBuilder.logQueryByCommons(CommonsLogLevel logLevel)
Register
CommonsQueryLoggingListener. |
ProxyDataSourceBuilder |
ProxyDataSourceBuilder.logQueryByCommons(CommonsLogLevel logLevel,
String commonsLoggerName)
Register
CommonsQueryLoggingListener. |
ProxyDataSourceBuilder |
ProxyDataSourceBuilder.logSlowQueryByCommons(long thresholdTime,
TimeUnit timeUnit,
CommonsLogLevel logLevel)
Register
CommonsSlowQueryListener. |
ProxyDataSourceBuilder |
ProxyDataSourceBuilder.logSlowQueryByCommons(long thresholdTime,
TimeUnit timeUnit,
CommonsLogLevel logLevel,
String logName)
Register
CommonsSlowQueryListener. |
void |
CommonsQueryCountLoggingServletFilter.setLogLevel(CommonsLogLevel logLevel) |
void |
CommonsQueryCountLoggingHandlerInterceptor.setLogLevel(CommonsLogLevel logLevel) |
static void |
CommonsLogUtils.writeLog(org.apache.commons.logging.Log log,
CommonsLogLevel logLevel,
String message) |
| Constructor and Description |
|---|
CommonsQueryCountLoggingHandlerInterceptor(CommonsLogLevel logLevel) |
CommonsQueryCountLoggingServletFilter(CommonsLogLevel logLevel) |
Copyright © 2025. All rights reserved.