asanchez75 / log4jdbc

Automatically exported from code.google.com/p/log4jdbc
0 stars 0 forks source link

About the implementation of interface SpyLogDelegator substitution problem #54

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
log4jdbc is greate,but there is a need to improve the function:

The default SpyLogDelegator implementation class is Slf4jSpyLogDelegator,the 
Slf4jSpyLogDelegator is hard code in class ConnectionSpy and StatementSpy.So 
the problem is if I want to custom the SpyLogDelegator implementation class to 
replace the default Slf4jSpyLogDelegator class,it's cannot be achieved!

I hope the author can improvement this problem,Allow developers can realize 
flexible replace the default SpyLogDelegator implementation class.

Original issue reported on code.google.com by gaoj...@gmail.com on 15 Aug 2012 at 2:12

GoogleCodeExporter commented 8 years ago
See some experimental implementation
https://code.google.com/p/log4jdbc/issues/detail?id=60

Original comment by MatveevA...@gmail.com on 19 Mar 2013 at 2:16