RE: [ThrowableClassMatchFilter] RE: Sandbox problems

2003-12-09 Thread Scott Deboy
Just an oversight.. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 10:11 AM To: Log4J Developers List Subject: RE: [ThrowableClassMatchFilter] RE: Sandbox problems Howdy, I like it. My only question is why the member variables are

RE: [ThrowableClassMatchFilter] RE: Sandbox problems

2003-12-09 Thread Shapira, Yoav
elopers List >Subject: RE: [ThrowableClassMatchFilter] RE: Sandbox problems > >I've contributed an ExpressionFilter here: >http://cvs.apache.org/viewcvs.cgi/jakarta- >log4j/src/java/org/apache/log4j/varia/ExpressionFilter.java?rev=1.1&view=au >to - which may provide much of t

RE: [ThrowableClassMatchFilter] RE: Sandbox problems

2003-12-09 Thread Scott Deboy
cember 09, 2003 8:16 AM To: Log4J Developers List Subject: RE: [ThrowableClassMatchFilter] RE: Sandbox problems Yoav, I see your point although my question was more directed at you. Do you use ThrowableClassMatchFilter ? Can you think of a case where it could be useful? At 10:59 AM 12/9/2003 -0500,

RE: [ThrowableClassMatchFilter] RE: Sandbox problems

2003-12-09 Thread Shapira, Yoav
Howdy, Probably ;) I don't mind junking this filter. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Ceki Gülcü [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 09, 2003 11:42 AM >To: Log4J Developers List >Subject: RE: [ThrowableClassMatc

RE: [ThrowableClassMatchFilter] RE: Sandbox problems

2003-12-09 Thread Ceki Gülcü
Given that the throwable instance is no longer available, I think it will be far more efficient to add the check in your code instead of relying on a filter bound to be slow. At 11:25 AM 12/9/2003 -0500, Shapira, Yoav wrote: Howdy, I don't use it myself at this point because it's not part of th

RE: [ThrowableClassMatchFilter] RE: Sandbox problems

2003-12-09 Thread Shapira, Yoav
at's it ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Ceki Gülcü [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 09, 2003 11:16 AM >To: Log4J Developers List >Subject: RE: [ThrowableClassMatchFilter] RE: Sandbox problems > > >Yoav, I see y

RE: [ThrowableClassMatchFilter] RE: Sandbox problems

2003-12-09 Thread Ceki Gülcü
... Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Ceki Gülcü [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 09, 2003 10:46 AM >To: Log4J Developers List >Subject: Re: [ThrowableClassMatchFilter] RE: Sandbox problems > > >Who finds this filter u

RE: [ThrowableClassMatchFilter] RE: Sandbox problems

2003-12-09 Thread Shapira, Yoav
from the sandbox" ... Not that I particularly care for this one, I'm just in a musing mood... Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Ceki Gülcü [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 09, 2003 10:46 AM >To: Log4J Developers Li

Re: [ThrowableClassMatchFilter] RE: Sandbox problems

2003-12-09 Thread Ceki Gülcü
Who finds this filter useful? If no one is interested we can safely throw it away. At 10:35 AM 12/9/2003 -0500, Shapira, Yoav wrote: Hi, Well, the ThrowableClassMatchFilter relied directly on the getThrowable method of org.apache.log4j.spi.ThrowableInformation ;) Given that this method is gon

[ThrowableClassMatchFilter] RE: Sandbox problems

2003-12-09 Thread Shapira, Yoav
er 09, 2003 10:24 AM >To: Log4J Developers List >Subject: Re: Sandbox problems > >At 08:28 PM 12/8/2003 -0500, you wrote: >>Raymond DeCampo wrote: >>>Ceki Gülcü wrote: >>> >>>>Given my recent changes to ThrowableInformation the following files no >

RE: Sandbox problems

2003-12-09 Thread Shapira, Yoav
AM >To: Log4J Developers List >Subject: Re: Sandbox problems > >At 08:28 PM 12/8/2003 -0500, you wrote: >>Raymond DeCampo wrote: >>>Ceki Gülcü wrote: >>> >>>>Given my recent changes to ThrowableInformation the following files no >>>>longer

Re: Sandbox problems

2003-12-09 Thread Ceki Gülcü
At 08:28 PM 12/8/2003 -0500, you wrote: Raymond DeCampo wrote: Ceki Gülcü wrote: Given my recent changes to ThrowableInformation the following files no longer compile properly. The method getThrowable() is undefined for the type ThrowableInformation ThrowableClassMatchFilter.java log4j-sandbox/

Re: Sandbox problems

2003-12-08 Thread Raymond DeCampo
Raymond DeCampo wrote: Ceki Gülcü wrote: Given my recent changes to ThrowableInformation the following files no longer compile properly. The method getThrowable() is undefined for the type ThrowableInformation ThrowableClassMatchFilter.java log4j-sandbox/src/java/org/apache/log4j/filter line 1

Re: Sandbox problems

2003-12-08 Thread Raymond DeCampo
Ceki Gülcü wrote: Given my recent changes to ThrowableInformation the following files no longer compile properly. The method getThrowable() is undefined for the type ThrowableInformation ThrowableClassMatchFilter.java log4j-sandbox/src/java/org/apache/log4j/filter line 170 The method getThrowa