[slf4j-user] more jcl classes in jcl104-over-slf4j.jar
Eric Yung
eric.yung at jspectrum.com
Thu Apr 12 12:31:51 CEST 2007
Hi,
I have download the commons-configuration 1.4 and found that they are
using org.apache.commons.logging.impl.NoOpLog directly. I think it may
be possible that the user of jcl will use either instantiate
org.apache.commons.logging.NoOpLog or
org.apache.commons.logging.SimpleLog as the default implementation when
there is NO jcl logger found.
I would suggest to include both classes into the jcl104-over-slf4j.jar
as there is NO dependency for both classes. It saves a lot of trouble
when someone is using the commons-configuration 1.4 like libraries.
Right now, I have to extract those classes and include in my application
manually.
What do you think?
Regards,
Eric
More information about the slf4j-user
mailing list