Re: logging framework for restlet

2009-12-02 Thread Arjohn Kampman
il...@noelios.com] > Envoyé : vendredi 20 novembre 2009 09:25 > À : discuss@restlet.tigris.org > Objet : Re: logging framework for restlet > > Hello Arjohn, > > as a quick workaround, you can inherit from the ServerServlet and > override the "ini

RE: logging framework for restlet

2009-12-02 Thread Jerome Louvel
-founder ~ http://www.noelios.com -Message d'origine- De : Thierry Boileau [mailto:thierry.boil...@noelios.com] Envoyé : vendredi 20 novembre 2009 09:25 À : discuss@restlet.tigris.org Objet : Re: logging framework for restlet Hello Arjohn, as a quick workaround, you can inherit from t

Re: logging framework for restlet

2009-11-20 Thread Thierry Boileau
Hello Arjohn, as a quick workaround, you can inherit from the ServerServlet and override the "init" method. Then, register your own ServerServlet class in the web.xml configuration file: my.package.MyServerServlet Best regards, Thierry Boileau > Hi Jerome, > > Some feedback as promised: > > I

Re: logging framework for restlet

2009-11-19 Thread Arjohn Kampman
Hi Jerome, Some feedback as promised: I am now setting the system property in the class that creates and starts the Component. Routing log request works like a charm in this setup. For users the prefer a simple war-file we're also offering an alternative using the ServerServlet wrapper. I don't

RE: logging framework for restlet

2009-11-02 Thread Jerome Louvel
al.li...@threecrickets.com] Envoyé : vendredi 30 octobre 2009 03:37 À : discuss@restlet.tigris.org Objet : Re: logging framework for restlet Small mistake in the wiki: It says: org.restlet.engine.loggerFacadeClass=org.restlet.ext.slf4j.Slf4jLogFacade But it should be: org.restlet.engine.loggerFacade

Re: logging framework for restlet

2009-10-29 Thread Tal Liron
om > > > > -Message d'origine- > De : Arjohn Kampman [mailto:arjohn.kamp...@aduna-software.com] > Envoyé : lundi 19 octobre 2009 08:45 > À : discuss@restlet.tigris.org > Objet : Re: logging framework for restlet > > Hi all, > > Any developments or id

RE: logging framework for restlet

2009-10-29 Thread Jerome Louvel
ounder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Arjohn Kampman [mailto:arjohn.kamp...@aduna-software.com] Envoyé : lundi 19 octobre 2009 08:45 À : discuss@restlet.tigris.org Objet : Re: logging frame

Re: logging framework for restlet

2009-10-18 Thread Arjohn Kampman
Hi all, Any developments or ideas wrt logging? Regards, Arjohn Arjohn Kampman wrote: > Hi Jerome, > > Thanks for keeping an open mind to changes. > > Jerome Louvel wrote: > [...] >> However, I do think it is possible to achieve something similar to >> SLF4JBridgeHandler, without the cost of

RE: logging framework for restlet

2009-10-01 Thread Patrick Logan
"the single JAR choice is useful IMHO for new users, to convince them that Restlet is truly lightweight. Then, they learn to progressively add extensions and dependencies without feeling forced to do so" I agree. I am not a new user to restlet, but this continues to be a key feature for my own

Re: logging framework for restlet

2009-10-01 Thread Arjohn Kampman
Hi Jerome, Thanks for keeping an open mind to changes. Jerome Louvel wrote: [...] > However, I do think it is possible to achieve something similar to > SLF4JBridgeHandler, without the cost of creating the LogRecord > instances. This would be possible because instead of providing a JULI > Handler

RE: logging framework for restlet

2009-10-01 Thread Jerome Louvel
r and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : news [mailto:n...@ger.gmane.org] De la part de Evgeny Shepelyuk Envoyé : jeudi 1 octobre 2009 09:34 À : discuss@restlet.tigris.org Objet : Re: logging framew

Re: logging framework for restlet

2009-10-01 Thread Evgeny Shepelyuk
t; BTW, I've updated the related RFE: >> >> "Facilitate support of alternative log mechanisms" >> http://restlet.tigris.org/issues/show_bug.cgi?id=179 >> >> Best regards, >> Jerome Louvel >> -- >> Restlet ~ Founder and Lead develo

Re: logging framework for restlet

2009-09-30 Thread Rhett Sutphin
; -- > Restlet ~ Founder and Lead developer ~ http://www.restlet.org > Noelios Technologies ~ Co-founder ~ http://www.noelios.com > > > -Message d'origine- > De : Arjohn Kampman [mailto:arjohn.kamp...@aduna-software.com] > Envoyé : vendredi 18 septembre 2009 19:13 > À : di

RE: logging framework for restlet

2009-09-30 Thread Jerome Louvel
john.kamp...@aduna-software.com] Envoyé : vendredi 18 septembre 2009 19:13 À : discuss@restlet.tigris.org Objet : Re: logging framework for restlet Rhett Sutphin wrote: > Hi Arjohn, > > On Sep 18, 2009, at 10:31 AM, Arjohn Kampman wrote: > >> I was wondering if you ever conside

Re: logging framework for restlet

2009-09-18 Thread Arjohn Kampman
Rhett Sutphin wrote: > Hi Arjohn, > > On Sep 18, 2009, at 10:31 AM, Arjohn Kampman wrote: > >> I was wondering if you ever considered to use a logging framework such >> as slf4j instead of using java util logging directly. This can make >> integration of restlet in applications that don't use JUL

Re: logging framework for restlet

2009-09-18 Thread Rhett Sutphin
Hi Tal, On Sep 18, 2009, at 10:57 AM, Tal Liron wrote: > I use slf4j in my Restlet applications with much success. It will > likely > not be added to Restlet's distribution, but there's no reason why you > can't do it on your own. > > Perhaps someone can write a "recipe" for how to do this on t

Re: logging framework for restlet

2009-09-18 Thread Tal Liron
I use slf4j in my Restlet applications with much success. It will likely not be added to Restlet's distribution, but there's no reason why you can't do it on your own. Perhaps someone can write a "recipe" for how to do this on the Restlet wiki? No, I'm not volunteering myself. :) -Tal On 09/1

Re: logging framework for restlet

2009-09-18 Thread Rhett Sutphin
Hi Arjohn, On Sep 18, 2009, at 10:31 AM, Arjohn Kampman wrote: > I was wondering if you ever considered to use a logging framework such > as slf4j instead of using java util logging directly. This can make > integration of restlet in applications that don't use JUL a lot > easier. I'd be in fa