arthurblake / log4jdbc

log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging system.
516 stars 147 forks source link

Good alternatives? #95

Closed Farbfetzen closed 2 years ago

Farbfetzen commented 2 years ago

Unfortunately, this project seems to be pretty much defunct. Does anyone know of good and supported alternatives? Preferably with the possibility to log the timing of sql queries. I know of https://github.com/brunorozendo/log4jdbc-log4j2 but that is abandoned, too.

arthurblake commented 2 years ago

I'm not aware of any great alternatives but if you find something, post a link here.