JDBC Logging Tool
JDBC calls tracing tool named jdbclog
Features include:
- can be attached on Connection, Driver or DataSource(XA,Pooling) levels
- can log bind parameters for PreparedStatement and CallableStatement calls
- can log result of queries from ResultSet objects
- can log queries execution time
- logging engine agnostic (thanks to SLF4J, you can use most of popular logging libraries like log4j, apache common logging, java logging or simple printing to System.out)
