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.
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.
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.