Vincenz Braun wrote:
What's about commons.logging? For me this is really important that the user
has the choice of
the logging api being used.



That's already taken care of in the Avalon Framework.  Commons logging
and Avalon framework developed the logging abstraction simultaneously
with little knowledge of each other's work.

The result is that the Avalon version works better in component based
environments, while Commons version is easier to use in monolithic
applications.

My $0.02 USD is to use the Avalon Framework LogEnabled interface to
get your logger--which can be JDK 1.4, LogKit, or Log4J.  No problems
for any of them.


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



Reply via email to