RE: filtered exception logging

2002-07-30 Thread Leos Literak
OK, thank you, I will think about implementation. And sorry for sending it twice - it didn't show on webarchive of conference after 3 days, so I sent it again. Leos -- Leos Literak http://AbcLinuxu.cz - tady je tucnakum hej! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: filtered exception logging

2002-07-29 Thread Thomas Muller
I think this could be a good feature, but I guess will have to code it yourself. You could write your own Layout class or extend e.g. PatternLayout. Let ignoresThrowable() return false, and handle the throwable yourself. You will have to construct the magic that filters the lines, maybe by

Re: filtered exception logging

2002-07-26 Thread Ceki Gülcü
Hi Leos, You might want to patch WriteAppender.subAppend(). At 16:12 26.07.2002 +0200, you wrote: Hi, I am interested, if there is any way ho to filter out some parts of exception trace. Eg. I am interested in exceptions in my code, other calls are not interesting for me. See the