On Thu, 3 Jul 2003 10:10 am, Craig R. McClanahan wrote:
> * If you don't use C-L, then you're either going to mandate
>   some specific logging solution, or go without the benefits
>   of logging in DBCP.  Neither of those choices seems like
>   a particularly good idea for a general purpose component.

You could always just add a listener architecture (as commons-pool already 
has) and let anyone tie in arbitrary logging systems. It also has the 
advantage that you don't have to worry about i18n as the implementation of 
the listener does the i18n rather than the component that pushes it out to 
the logger directly.

-- 
Cheers,

Peter Donald
*-------------------------------------------*
| "A handful of sand is an anthology of the | 
|            universe." -Albert Einstein    |
*-------------------------------------------*


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to