Re: [commons] What Logger ?

2007-12-16 Thread simon
Subject: Re: [commons] What Logger ? To: Reply-MyFaces Development dev@myfaces.apache.orgTo: MyFaces Development dev@myfaces.apache.org The issue is that Trinidad (ADF faces) has always emitted internationalised log messages, by using its own logging implementation. But commons-logging

Re: [commons] What Logger ?

2007-12-16 Thread Mario Ivankovits
] Date: Sunday, Dez 16, 2007 9:17 am Subject: Re: [commons] What Logger ? To: Reply-MyFaces Development dev@myfaces.apache.orgTo: MyFaces Development dev@myfaces.apache.org Hi Mario, You mean a myfaces-commons-logging module, that the following depend on? * myfaces-commons-* * myfaces-core

Re: [commons] What Logger ?

2007-12-16 Thread Bernd Bohmann
: Sunday, Dez 16, 2007 9:17 am Subject: Re: [commons] What Logger ? To: Reply-MyFaces Development dev@myfaces.apache.orgTo: MyFaces Development dev@myfaces.apache.org Hi Mario, You mean a myfaces-commons-logging module, that the following depend on? * myfaces-commons-* * myfaces-core

Re: [commons] What Logger ?

2007-12-16 Thread simon
On Sun, 2007-12-16 at 12:07 +0100, Bernd Bohmann wrote: Hello, i think slf4j is a better alternative for logging compare to commons-logging. I don't like to start a slf4j vs commons-logging battle. Just ask google. I will change the tobago logging to slf4j. Asking google is a very bad

Re: [commons] What Logger ?

2007-12-16 Thread Paul Spencer
I agree with Simon, that all MyFaces projects need to use one logger. That said, we must assume that application developers using MyFaces projects will not use the same logger that MyFaces uses. Thus the logger we use should be pluggable so the application developer can use one logger for his

Re: [commons] What Logger ?

2007-12-16 Thread Bernd Bohmann
Hello, I agree with Simon, too. All MyFaces projects should use one logging impl. But this doesn't mean we should stay with commons-logging. Since a half year slf4j is on my wish list. But I don't interested in a slf4j vs commons-logging battle. slf4j has a better api compare to

[commons] What Logger ?

2007-12-15 Thread Matthias Wessendorf
Hi, I think, I'll use http://slf4j.org/ for the logger in commons. What do you think about that ? -M -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org

Re: [commons] What Logger ?

2007-12-15 Thread Manfred Geiler
+1 --Manfred On 12/15/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, I think, I'll use http://slf4j.org/ for the logger in commons. What do you think about that ? -M -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions:

Re: [commons] What Logger ?

2007-12-15 Thread Mario Ivankovits
does this mean EVERY user has to drop in a slf4j jar then? Why not stick with cl and those willing to use sl4j drop in the adapter jar? Mario -Original Message- From: Matthias Wessendorf [EMAIL PROTECTED] Date: Saturday, Dez 15, 2007 5:53 pm Subject: [commons] What Logger ? To: Reply

Re: [commons] What Logger ?

2007-12-15 Thread Matthias Wessendorf
to drop in a slf4j jar then? Why not stick with cl and those willing to use sl4j drop in the adapter jar? Mario -Original Message- From: Matthias Wessendorf [EMAIL PROTECTED] Date: Saturday, Dez 15, 2007 5:53 pm Subject: [commons] What Logger ? To: Reply-MyFaces Development dev

Re: [commons] What Logger ?

2007-12-15 Thread Mario Ivankovits
- From: Matthias Wessendorf [EMAIL PROTECTED] Date: Saturday, Dez 15, 2007 7:12 pm Subject: Re: [commons] What Logger ? To: MyFaces Development dev@myfaces.apache.org, [EMAIL PROTECTED] I think, that Manfredo will also put it into myfaces-core :-) Simon suggested to create a MyFaces Logger

Re: [commons] What Logger ?

2007-12-15 Thread simon
as sl4j. A cl adapter might be doable there too. Mario -Original Message- From: Matthias Wessendorf [EMAIL PROTECTED] Date: Saturday, Dez 15, 2007 7:12 pm Subject: Re: [commons] What Logger ? To: MyFaces Development dev@myfaces.apache.org, [EMAIL PROTECTED] I think

Re: [commons] what logger

2007-12-15 Thread Simon Kitching
On Sat, 2007-12-15 at 17:52 +0100, Matthias Wessendorf wrote: Hi, I think, I'll use http://slf4j.org/ for the logger in commons. What do you think about that ? [first, sorry for not replying in-thread. I can currently receive emails but cannot send them except via a web/interface.

Re: [commons] What Logger ?

2007-12-15 Thread Mario Ivankovits
: Saturday, Dez 15, 2007 8:00 pm Subject: Re: [commons] What Logger ? To: Reply-MyFaces Development dev@myfaces.apache.orgTo: MyFaces Development dev@myfaces.apache.org The issue is that Trinidad (ADF faces) has always emitted internationalised log messages, by using its own logging

Re: [commons] what logger

2007-12-15 Thread Matthias Wessendorf
On Dec 15, 2007 8:06 PM, Simon Kitching [EMAIL PROTECTED] wrote: On Sat, 2007-12-15 at 17:52 +0100, Matthias Wessendorf wrote: Hi, I think, I'll use http://slf4j.org/ for the logger in commons. What do you think about that ? [first, sorry for not replying in-thread. I can currently

Re: [commons] What Logger ?

2007-12-15 Thread Matthias Wessendorf
adapter might be doable there too. Mario -Original Message- From: Matthias Wessendorf [EMAIL PROTECTED] Date: Saturday, Dez 15, 2007 7:12 pm Subject: Re: [commons] What Logger ? To: MyFaces Development dev@myfaces.apache.org, [EMAIL PROTECTED] I think