Re: Catching Exceptions through Log4j

2004-02-20 Thread Tom Eugelink
nt: Friday, February 20, 2004 2:51 PM Subject: Re: Catching Exceptions through Log4j Just a wild idea, but you could write a extension/wrapper Printstream around err and pass that to setErr. The wrapper analyses the stuff that's being printed, and pops up when an exception is coming by. To

Re: Catching Exceptions through Log4j

2004-02-20 Thread Ajay
amage caused by any virus transmitted by this email. - Original Message - From: "Tom Eugelink" <[EMAIL PROTECTED]> To: "Log4J Users List" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 2:51 PM Subject: Re: Catching Exceptions through Log4j >

Re: Catching Exceptions through Log4j

2004-02-20 Thread Tom Eugelink
virus transmitted by this email. - Original Message - From: "Keith Hatton" <[EMAIL PROTECTED]> To: "Log4J Users List" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 2:13 PM Subject: RE: Catching Exceptions through Log4j Hi Ajay, A real hack would be to redirect

Re: Catching Exceptions through Log4j

2004-02-20 Thread Ajay
viruses. Ocimum accepts no liability for any damage caused by any virus transmitted by this email. - Original Message - From: "Keith Hatton" <[EMAIL PROTECTED]> To: "Log4J Users List" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 2:13 PM Subject: RE: C

RE: Catching Exceptions through Log4j

2004-02-20 Thread Keith Hatton
Subject: Re: Catching Exceptions through Log4j Hi Jake, Thanks alot jake. My application now exceeds 1 million lines of code and has so many printStacktraces in my application. I was searching for hack if I could log them magically. Yesterday I browsed for this in the archives but coudn't fin

Re: Catching Exceptions through Log4j

2004-02-19 Thread Ajay
. - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Log4J Users List" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 10:03 AM Subject: Re: Catching Exceptions through Log4j > If you are into AOP (Aspect Oriented Programming), you may be ab

Re: Catching Exceptions through Log4j

2004-02-19 Thread Jacob Kjome
hments for the presence of viruses. Ocimum accepts no liability for any damage caused by any virus transmitted by this email. - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Log4J Users List" <[EMAIL PROTECTED]> Sent: Friday, February 20, 200

Re: Catching Exceptions through Log4j

2004-02-19 Thread Ajay
y any virus transmitted by this email. - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Log4J Users List" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 8:19 AM Subject: Re: Catching Exceptions through Log4j > At 05:00 PM 2/19/2004 +0

Re: Catching Exceptions through Log4j

2004-02-19 Thread Jacob Kjome
At 05:00 PM 2/19/2004 +0530, you wrote: Hi all, First things first HI Everybody. I am new to this group and for logging otherthan using SOPs. I have a small question before actually start using it. Will log4j prints catched and uncatched exceptions. If yes at what level they will be in. Do y