lesteryu / log4jdbc

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

Feature request: Allow SpyLogDelegator instance to be pluggable #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Attached is a patch that allows the SpyLogDelegator class to be configurable by 
setting a configuration paramater of log4jdbc.logger.classname to the fully 
qualified classname of a class that implements SpyLogDelegator. 

This allows users of the library to extend log4jdbc in a number of ways. For 
example, anything from customizing the log output format to aggregating all 
timing information and exposing the aggregated average via JMX.

Original issue reported on code.google.com by sc...@smartthings.com on 22 Sep 2013 at 11:05

Attachments: