com.alibaba.druid.pool
接口 DruidDataSourceStatLogger

所有已知实现类:
DruidDataSourceStatLoggerAdapter, DruidDataSourceStatLoggerImpl

public interface DruidDataSourceStatLogger

从以下版本开始:
0.2.19
作者:
wenshao

方法摘要
 void configFromProperties(Properties properties)
           
 void log(DruidDataSourceStatValue statValue)
           
 void setLogger(Log logger)
           
 void setLoggerName(String loggerName)
           
 

方法详细信息

log

void log(DruidDataSourceStatValue statValue)

configFromProperties

void configFromProperties(Properties properties)
参数:
properties -
从以下版本开始:
0.2.21

setLogger

void setLogger(Log logger)

setLoggerName

void setLoggerName(String loggerName)


Copyright © 2013 Alibaba Group. All Rights Reserved.