[jboss-dev] Re: Something of interest to anyone who has to deal with java.util.logging vs. log4j vs. commons-logging vs. ....

David M. Lloyd david.lloyd at jboss.com
Wed Nov 8 11:11:17 EST 2006


On Wed, 2006-11-08 at 03:13 -0800, Scott M Stark wrote:
> I did the opposite and ported a number of the log4j appenders and 
> configuration to jdk logging so that you essentially had the same 
> configuration as the current log4j.xml and is in the common project:
> https://svn.jboss.org/repos/common/common-logging-jdk/trunk/src/main/java/org/jboss/logging/jdk/
> 
> We talked about where to go with logging some here:
> http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904365

Cool, that's even better.  Does that mean an end to using
commons-logging as well as log4j?  Thinking from the perspective of an
application developer, not requiring an external logging package means
one less dependency to have to deal with.  Better to use the API that's
already there.

- DML




More information about the jboss-development mailing list