John Wang wrote:
If we were to depend on a jar for logging, then why not log4j or commons-logging?
Lucene is used by many applications. Many of those applications already perform some kind of logging. We'd like whatever Lucene adds to fit in with their existing logging framework, not conflict with it. Thus the motivation to use a meta-logging framwork like commons logging or slf4j. And articles like the following point towards slf4j, not commons logging.
http://www.qos.ch/logging/thinkAgain.jsp Doug --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]