Log4JDBC
This library acts as a JDBC driver that delegates to a real underlying JDBC drivers – while logging the JDBC operations that are executed.
This library is is a modernized and maintained fork of the defunct org.bgee.log4jdbc-log4j2 artifact.
Usage
<dependency>
<groupId>net.disy.oss</groupId>
<artifactId>log4jdbc</artifactId>
<version>2.0</version>
</dependency>