Tim Dawson wrote:
> 
> The i18n taglib I'm prepping for submission makes use of Log4j... most of
> the calls are for debugging and can be removed now that it works properly,
> but there are two instances where it is useful:
> 
> 1. when a key is not found in the bundle for a given locale
> 2. when a user's requested locale is not available
> 
> I figured that users of this taglib may be interested in both occurences,
> and may want to use various means within log4j to notify them of these
> occurrences. It is equally possible that they may want to use log4j's
> configuration to ignore those events.
> 
> I've noticed that none of the other taglibs use log4j.  Other than this
> single item, I'm ready to submit the source code...  I'm curious what the
> community opinion is about adding in the dependency (complicating the build
> process) or leaving it out (and eliminiating the above functionality).
> 
> Thanks for your comments...
> 
> Tim Dawson
> Chief Software Architect
> WAM!NET, Inc.

Why does the taglib need to use log4j for logging?  The ServletContext
already supports logging which is configurable by the servlet container.

Regards,

Glenn

----------------------------------------------------------------------
Glenn Nielsen             [EMAIL PROTECTED] | /* Spelin donut madder    |
MOREnet System Programming               |  * if iz ina coment.      |
Missouri Research and Education Network  |  */                       |
----------------------------------------------------------------------

Reply via email to