RE: chainsaw with multiple tabs...

2003-12-10 Thread Paul Smith
On Thu, 2003-12-11 at 08:44, Ceki GÃlcà wrote: > With the changes I just comitted, I observe a slightly different behavior. > The hostname and application name get concatenated in the tabs, which is > nice. However, there are cases when I could imagine a developer wanting to > put all logging ev

[chainsaw] RE: chainsaw with multiple tabs...

2003-12-10 Thread Scott Deboy
ok -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 2:09 PM To: Log4J Developers List Subject: RE: chainsaw with multiple tabs... Ok, I think we should prefix the subject line for Chainsaw related discussions with '[Chainsaw]'

RE: chainsaw with multiple tabs...

2003-12-10 Thread Paul Smith
Ok, I think we should prefix the subject line for Chainsaw related discussions with '[Chainsaw]' so people can filter out with their mail client as required. Scott, you happy with this? Paul On Thu, 2003-12-11 at 09:06, Ceki GÃlcà wrote: > At 08:53 AM 12/11/2003 +1100, Paul Smith wrote: > >Scott

RE: chainsaw with multiple tabs...

2003-12-10 Thread Ceki Gülcü
At 08:53 AM 12/11/2003 +1100, Paul Smith wrote: Scott and I have been discussing this offline over the last couple of days. Perhaps we should forward our email thread. this begs the question about whether Scott and I should keep our discussions online on the list, my only concern is that we are do

Re: chainsaw with multiple tabs...

2003-12-10 Thread Toby Butzon
Paul Smith wrote: What do people think? I would love everyone to participate in the discussions, but I also don't want to saturate people either. Saturate us! If we don't have time to read, we can always hit delete. -- Toby Butzon <[EMAIL PROTECTED]> ILC R&D Co-op / Georgia Tech CS / KKPsi Iota

RE: chainsaw with multiple tabs...

2003-12-10 Thread Paul Smith
e a difference.. > > > >Time to look into it. > > > >-Original Message- > >From: Scott Deboy > >Sent: Wednesday, December 10, 2003 12:34 PM > >To: Log4J Developers List > >Subject: RE: chainsaw with multiple tabs... > > > > > >Sounds

RE: chainsaw with multiple tabs...

2003-12-10 Thread Ceki Gülcü
e.. Time to look into it. -Original Message- From: Scott Deboy Sent: Wednesday, December 10, 2003 12:34 PM To: Log4J Developers List Subject: RE: chainsaw with multiple tabs... Sounds good..the only reason I added 'log4j' to the front of the property name was to scope the

RE: chainsaw with multiple tabs...

2003-12-10 Thread Ceki Gülcü
Hey, it works for me! At 12:40 PM 12/10/2003 -0800, you wrote: I think something's wrong Chainsaw's routing..I can't get the log4japp property to make a difference.. Time to look into it. -- Ceki Gülcü For log4j documentation consider "The complete log4j manual" ISBN: 2970036908 http:/

RE: chainsaw with multiple tabs...

2003-12-10 Thread Scott Deboy
I think something's wrong Chainsaw's routing..I can't get the log4japp property to make a difference.. Time to look into it. -Original Message- From: Scott Deboy Sent: Wednesday, December 10, 2003 12:34 PM To: Log4J Developers List Subject: RE: chainsaw with multiple t

RE: chainsaw with multiple tabs...

2003-12-10 Thread Scott Deboy
opers List Subject: RE: chainsaw with multiple tabs... Thanks Scott. It seems that I was too quick to revert the changes. Do you think they are still valid? Paul suggested that I look at the property name. He was right, the property name should have been be 'log4japp'. How about if

RE: chainsaw with multiple tabs...

2003-12-10 Thread Ceki Gülcü
Thanks Scott. It seems that I was too quick to revert the changes. Do you think they are still valid? Paul suggested that I look at the property name. He was right, the property name should have been be 'log4japp'. How about if these property name were set as constants in a file, say o.a.l.net

RE: chainsaw with multiple tabs...

2003-12-10 Thread Scott Deboy
The version of SocketAppender that supported log4jApp was reverted... See http://cvs.apache.org/viewcvs.cgi/jakarta-log4j/src/java/org/apache/log4j/net/SocketAppender.java?r1=1.16&r2=1.17&diff_format=h If you use another appender (multicastappender or udpappender), the properties are set. -O