l

log4jdbc-log4j2

A modification of log4jdbc to natively use Log4j 2 (or SLF4J as usual), that supports from JDBC 4.1 to JDBC 3, includes all the improvements of log4jdbc-remix, and provides new improvements on its own.
http://code.google.com/p/log4jdbc-log4j2/
Apache 2
Bgee - Swiss Institute of Bioinformatics
Frederic Bastian
文件下载
文件名 操作
log4jdbc-log4j2-1.15.pom 下载
Apache Maven
<dependency>
  <groupId>org.bgee.log4jdbc-log4j2</groupId>
  <artifactId>log4jdbc-log4j2</artifactId>
  <version>1.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.bgee.log4jdbc-log4j2:log4jdbc-log4j2:1.15'
Gradle Kotlin
implementation("org.bgee.log4jdbc-log4j2:log4jdbc-log4j2:1.15")
Scala SBT
libraryDependencies += "org.bgee.log4jdbc-log4j2" % "log4jdbc-log4j2" % "1.15"
Groovy Grape
@Grapes(
  @Grab(group='org.bgee.log4jdbc-log4j2', module='log4jdbc-log4j2', version='1.15')
)
Apache Ivy
<dependency org="org.bgee.log4jdbc-log4j2" name="log4jdbc-log4j2" rev="1.15" />
Leiningen
[org.bgee.log4jdbc-log4j2/log4jdbc-log4j2 "1.15"]
Apache Buildr
'org.bgee.log4jdbc-log4j2:log4jdbc-log4j2:jar:1.15'