log4jdbc
log4jdbc copied to clipboard
Feature request: Allow SpyLogDelegator instance to be pluggable
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 [email protected]
on 22 Sep 2013 at 11:05
Attachments: