log4jdbc

A library to log JDBC calls to the database.

License

License

Categories

Categories

Net
GroupId

GroupId

net.disy.oss
ArtifactId

ArtifactId

log4jdbc
Last Version

Last Version

2.2
Release Date

Release Date

Type

Type

jar
Description

Description

log4jdbc
A library to log JDBC calls to the database.
Project URL

Project URL

https://github.com/DisyInformationssysteme/log4jdbc
Source Code Management

Source Code Management

https://github.com/DisyInformationssysteme/log4jdbc

Download log4jdbc

How to add to project

<!-- https://jarcasting.com/artifacts/net.disy.oss/log4jdbc/ -->
<dependency>
    <groupId>net.disy.oss</groupId>
    <artifactId>log4jdbc</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.disy.oss/log4jdbc/
implementation 'net.disy.oss:log4jdbc:2.2'
// https://jarcasting.com/artifacts/net.disy.oss/log4jdbc/
implementation ("net.disy.oss:log4jdbc:2.2")
'net.disy.oss:log4jdbc:jar:2.2'
<dependency org="net.disy.oss" name="log4jdbc" rev="2.2">
  <artifact name="log4jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.disy.oss', module='log4jdbc', version='2.2')
)
libraryDependencies += "net.disy.oss" % "log4jdbc" % "2.2"
[net.disy.oss/log4jdbc "2.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core jar 2.13.3
org.slf4j : slf4j-api jar 1.7.30

Project Modules

There are no modules declared in this project.

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>2.0</version>
</dependency>
net.disy.oss

Disy Informationssysteme

Versions

Version
2.2
2.1
2.0