RE: using log4j

2006-11-03 Thread Jerome Louvel
Hi all, Log4j has been around for more time and has more features available: http://wiki.apache.org/logging-log4j/Log4jvsJDKLogging. But the core logging APIs are very similar and, as Piyush said, using log4j brings in new issues. IMHO, we should try to extend the JDK's logger instead

RE: using log4j

2006-11-03 Thread Jerome Louvel
Hi all, Log4j has been around for more time and has more features available: http://wiki.apache.org/logging-log4j/Log4jvsJDKLogging. But the core logging APIs are very similar and, as Piyush said, using log4j brings in new issues. IMHO, we should try to extend the JDK's logger instead

Re: using log4j

2006-11-03 Thread Dave Pawson
On 03/11/06, Piyush Purang [EMAIL PROTECTED] wrote: Dave your bug got me very curious ... Found this http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4629315 Sadly.. it was reported way back in 2002 and it is still in progress... !!! You could vote for this bug to be removed.. I just hope it

Re: using log4j

2006-11-03 Thread Piyush Purang
Yeah! and that was a comment written in 2002 (If I can deduce that correctly) .. that is some very specific planning.. divide and conquer monthly :) But eh! august is long gone.. I would love to know what were the other 5 and what happened to them?

Re: using log4j

2006-11-03 Thread Piyush Purang
Hi Sean, I think you nailed it. That is exactly what I was hinting at (or atleast that was the undercurrent) if teams want to use X framework for something they are welcome to do it and frankly they will do it. But as a specification you don't always have the leisure to accommodate all. And

Re: using log4j

2006-11-01 Thread Dave Pawson
Hi Jerome. On 01/11/06, Jerome Louvel [EMAIL PROTECTED] wrote: If you are not used to the new JDK's logging feature, I would first recommend to try using it. It is very powerful. I've just started a new project, and I'm using log4j. I'm interested in why you think 'the new JDK' (do you mean

RE: using log4j

2006-11-01 Thread Jerome Louvel
/overview.html Best regards, Jerome -Message d'origine- De : Dave Pawson [mailto:[EMAIL PROTECTED] Envoyé : mercredi 1 novembre 2006 11:13 À : discuss@restlet.tigris.org Objet : Re: using log4j Hi Jerome. On 01/11/06, Jerome Louvel [EMAIL PROTECTED] wrote: If you

using log4j

2006-10-31 Thread Sumit Lohia
Is it possible to use log4j for access logging with restlets? I'm using restlet version 1.0b19 with an embedded Jetty webserver. Thanks. Sumit