log4jdbc

JDBC proxy driver for logging SQL and other interesting information
Download

log4jdbc Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Apache
  • Price:
  • FREE
  • Publisher Name:
  • Arthur Blake
  • Publisher web site:
  • http://code.google.com/u/arthur.blake/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 61 KB

log4jdbc Tags


log4jdbc Description

JDBC proxy driver for logging SQL and other interesting information log4jdbc is a free and Java based 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. Here are some key features of "log4jdbc": · Full support for JDBC 3 and JDBC 4! · Easy to configure, in most cases all you need to do is change the driver class name to net.sf.log4jdbc.DriverSpy and prepend "jdbc:log4" to your existing jdbc url, set up your logging categories and you're ready to go! · In the logged output, for prepared statements, the bind arguments are automatically inserted into the SQL output. This greatly Improves readability and debugging for many cases. · SQL timing information can be generated to help identify how long SQL statements take to run, helping to identify statements that are running too slowly and this data can be post processed with an included tool to produce profiling report data for quickly identifying slow SQL in your application.. · SQL connection number information is generated to help identify connection pooling or threading problems. · Works with any underlying JDBC driver, with JDK 1.4 and above, and SLF4J 1.x. Requirements: · Java


log4jdbc Related Software