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.
Optionally override the SpyLogDelegator implementation
and thus take more control over the logging.
Note: It is the caller's responsibility to make sure this is set before
JDBC activity occurs and to ensure thread safety.