RE: org.apache.commons.logging??

2002-06-08 Thread Andrew C. Oliver
, 2002 9:47 AM To: POI Users List Subject: Re: org.apache.commons.logging?? Be patient. We're working out what to do about logging once and for all. The proposals are: 1. Rip logging out all together 2. Ditch commons logging and log4j et al and just do System.out.println when logging

Re: org.apache.commons.logging??

2002-06-08 Thread Glen Stampoultzis
Same here. I mean realistically, unless you're patching code, you'll probably not use POIs logging. The BiffViewer will tell you way more than logging will. And if you had any *under load* type of error, logging would slow it down so much that it wouldn't be useful for that. But if I

Re: org.apache.commons.logging??

2002-06-08 Thread Andrew C. Oliver
Glen Stampoultzis wrote: Same here. I mean realistically, unless you're patching code, you'll probably not use POIs logging. The BiffViewer will tell you way more than logging will. And if you had any *under load* type of error, logging would slow it down so much that it wouldn't be useful

Re: org.apache.commons.logging??

2002-06-07 Thread Nicola Ken Barozzi
From: Skondras P. [EMAIL PROTECTED] I had the same problem with tomcat 3.2.4 but when i put the commons logging.jar in tomcats lib it disappear. When the logging.jar was in servlets WEB-INF lib didn't work All worked fine in tomcat 4.0.3. There seem to be some issues with Commons logging