/log4jdbc

A library to log JDBC calls to the database, forked from org.bgee.log4jdbc-log4j2 and updated.

Primary LanguageJavaApache License 2.0Apache-2.0

Maven Central API documentation License: Apache-2.0

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>3.0.0</version>
</dependency>