License |
License |
---|---|
GroupId | GroupIdorg.bgee.log4jdbc-log4j2 |
ArtifactId | ArtifactIdlog4jdbc-log4j2 |
Last Version | Last Version1.16 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionlog4jdbc-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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
log4jdbc-log4j2-1.16.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bgee.log4jdbc-log4j2/log4jdbc-log4j2/ -->
<dependency>
<groupId>org.bgee.log4jdbc-log4j2</groupId>
<artifactId>log4jdbc-log4j2</artifactId>
<version>1.16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bgee.log4jdbc-log4j2/log4jdbc-log4j2/
implementation 'org.bgee.log4jdbc-log4j2:log4jdbc-log4j2:1.16'
// https://jarcasting.com/artifacts/org.bgee.log4jdbc-log4j2/log4jdbc-log4j2/
implementation ("org.bgee.log4jdbc-log4j2:log4jdbc-log4j2:1.16")
'org.bgee.log4jdbc-log4j2:log4jdbc-log4j2:pom:1.16'
<dependency org="org.bgee.log4jdbc-log4j2" name="log4jdbc-log4j2" rev="1.16">
<artifact name="log4jdbc-log4j2" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bgee.log4jdbc-log4j2', module='log4jdbc-log4j2', version='1.16')
)
libraryDependencies += "org.bgee.log4jdbc-log4j2" % "log4jdbc-log4j2" % "1.16"
[org.bgee.log4jdbc-log4j2/log4jdbc-log4j2 "1.16"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.0-beta8 |
org.apache.logging.log4j : log4j-api | jar | 2.0-beta8 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |