Class ConnectionLogger

java.lang.Object
org.apache.ibatis.logging.jdbc.BaseJdbcLogger
org.apache.ibatis.logging.jdbc.ConnectionLogger
All Implemented Interfaces:
InvocationHandler

public final class ConnectionLogger extends BaseJdbcLogger implements InvocationHandler
Connection proxy to add logging.
Author:
Clinton Begin, Eduardo Macarron