DO NOT REPLY [Bug 16663] New: - DailyRollingFileAppender with more than one 'xxx' section doesn't work

2003-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Why would I use Log4J when Sun has a logging API?

2003-01-31 Thread Jim Moore
Ceki's got a big write-up on that in his book... Ceki, would it be cool to post that? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 9:07 AM To: Log4J Developers List Subject: RE: Why would I use Log4J when Sun has a logging API? Howdy

RE: Why would I use Log4J when Sun has a logging API?

2003-01-31 Thread Shapira, Yoav
Howdy, I've started working on it. Anyone feel free to contribute at any time ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Friday, January 31, 2003 3:47 AM >To: Log4J Developers List >Subject: Why would I use L

Why would I use Log4J when Sun has a logging API?

2003-01-31 Thread mwomack
Someone added this question to the wiki faq, but did not answer it. I assume they want an answer. Someone out there want to take a whack at it? http://nagoya.apache.org/wiki/apachewiki.cgi?Log4JProjectPages/FrequentlyAsk edQuestions -Mark --

RE: logging.apache.org

2003-01-31 Thread mwomack
I just want to make it crystal clear that my opinion/rant is not an attempt to brow beat other committers into coding action. I said that I did not know about other circumstances and that I was not judging anyone, and I REALLY meant it. So, Ceki, don't feel you have to defend or apologize for any

Re: Default rendering and arrays

2003-01-31 Thread Ceki Gülcü
Hi Eric, Although it is not possible to configure rendering for array classes in a configuration script, it is possible to do so programattically. Have you tried to do the following? import org.apache.log4j.*; import org.apache.log4j.spi.*; import org.apache.log4j.or.ObjectRenderer; public cla