l

log4jdbc

JDBC proxy driver for logging SQL and other interesting information.
https://code.google.com/p/log4jdbc
The Apache Software License, Version 2.0
Files download
File Operation
log4jdbc-1.2.jar download
log4jdbc-1.2.pom download
log4jdbc-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.googlecode.log4jdbc</groupId>
  <artifactId>log4jdbc</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.log4jdbc:log4jdbc:1.2'
Gradle Kotlin
implementation("com.googlecode.log4jdbc:log4jdbc:1.2")
Scala SBT
libraryDependencies += "com.googlecode.log4jdbc" % "log4jdbc" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.log4jdbc', module='log4jdbc', version='1.2')
)
Apache Ivy
<dependency org="com.googlecode.log4jdbc" name="log4jdbc" rev="1.2" />
Leiningen
[com.googlecode.log4jdbc/log4jdbc "1.2"]
Apache Buildr
'com.googlecode.log4jdbc:log4jdbc:jar:1.2'