Logging

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)
dmitri 03/04/2010 - 21:37

The client I work for needs add external tracing to java methods using aspect approach. Desired methods should be configured from external configuration file.

 

Application runs on JBoss

 

Tracing should print input parameters (even complex data structures) and return value.

Are there any ready open source libraries ?

 

I can write JBoss interceptor, but it covers only jboss managed beans.

mark 21/03/2010 - 13:55

A letter I got today, asking about an event log viewer. Anyone?

 

 

Hi Zvika,

 

We’ve been looking for quite some time for a good log viewer for our log files. By “good”, I mean

·         Simple view of the log – single message per line, in a table, filtering by thread/severity

zvika 10/08/2009 - 12:53
Syndicate content