log4jdbc
log4jdbc copied to clipboard
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.
Thrown when this line is run: `preparedStatement.closeOnCompletion();`
``` Support for XADataSource ``` Original issue reported on code.google.com by `[email protected]` on 9 Sep 2010 at 7:28
``` What steps will reproduce the problem? 1. Using Oracle 10gR2 and it's own JDBC driver, on Tomcat 5.5/Linux. 2. Use the following in your resource file: I'm expecting it...
``` It will result in easy integration with maven projects and faster adoption Consinder using Maven Ant tasks for the implementation: http://maven.apache.org/ant-tasks/index.html. It gives to ant tasks for various maven...
``` For automatic loading of JDBC drivers, it required for the file '\META-INF\services\java.sql.Driver' to be in the jar file with the classname of the driver. This file is not present....
Great project. We have provided a link off of the [HikariCP](https://github.com/brettwooldridge/HikariCP) project page for connection pool users also needing JDBC logging (one of the features we chose not to build...
``` What steps will reproduce the problem? 1. Set up log4jdbc in a 1.7 environment 2. Call any method in Driver, Statement, etc. that's new to Java 1.7 ( Statement.closeOnComplete(),...
``` It would be so nice if we could extend and provide it when using "new ConnectionSpy(connection)", such as : new ConnectionSpy(connection, new MyCustomRdbmsSpecifics("")); public class MyCustomRdbmsSpecifics extends RdbmsSpecifics {...
``` What steps will reproduce the problem? 1. Change the jdbc.connection logger to INFO 2. Execute a Java application using log4jdbc to connect to a database. 3. No ./logs/connection.log file...