brunorozendo / log4jdbc-log4j2

Automatically exported from code.google.com/p/log4jdbc-log4j2
48 stars 39 forks source link

Please add all the improvements and bugfixes from clones of original 'log4jdbc' #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Have you make a look here : https://code.google.com/p/log4jdbc/source/clones ?

Please merge all the patches in your branch, including mine :
- https://code.google.com/p/log4jdbc/issues/detail?id=71
- https://code.google.com/r/makavelikal-log4jdbc

It's such a shame, but it seems that Arthur Blake have definitely left his own 
boat since the year 2012.

Thanks a lot.

Original issue reported on code.google.com by Makaveli...@gmail.com on 3 Mar 2015 at 4:39

GoogleCodeExporter commented 8 years ago
Hi, 

providing a custom RdbmsSpecifics is already possible with this fork, see 
constructor net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy.ConnectionSpy(Connection, 
RdbmsSpecifics, SpyLogDelegator). 

(You can use net.sf.log4jdbc.log.SpyLogFactory.getSpyLogDelegator() to set the 
SpyLogDelegator)

Original comment by frederic...@gmail.com on 3 Mar 2015 at 8:08