org.jdbcdslog.ConnectionSourceLoggingHandler Maven / Gradle / Ivy
/*
* ConnectionSourceLoggingHandler.java
*
* $id$
*
* Copyright (C) FIL Limited. All rights reserved
*
* This software is the confidential and proprietary information of
* FIL Limited You shall not disclose such Confidential Information
* and shall use it only in accordance with the terms of the license
* agreement you entered into with FIL Limited.
*/
package org.jdbcdslog;
import static org.jdbcdslog.Loggers.connectionLogger;
import static org.jdbcdslog.ProxyUtils.wrap;
import java.lang.reflect.Method;
/**
* Logging handler for objects that can directly or indirectly create Connection from. For example,
* DataSource, PooledConnection.
*
* @author a511990
*/
public class ConnectionSourceLoggingHandler extends LoggingHandlerSupport
© 2015 - 2025 Weber Informatics LLC | Privacy Policy