Re: ErrorHandler in log4j 1.3

2006-03-20 Thread Curt Arnold
On Mar 20, 2006, at 11:20 AM, Jonathan Beer wrote: I'm currently using the DBAppender, and I'm looking through the API and I don't see anything that leads me to believe there's anything in place for handling errors with the appender. Is this true? If this is the case, what should I be d

RE: ErrorHandler in log4j 1.3

2006-03-20 Thread Jonathan Beer
PROTECTED] Sent: Tuesday, March 14, 2006 3:02 PM To: Log4J Users List Subject: Re: ErrorHandler in log4j 1.3 The ErrorHandler idea sounds good but in practice it leads to a false sense of security, even worse, under certain circumstances its indiscriminate use can result in application failure

RE: ErrorHandler in log4j 1.3

2006-03-15 Thread Jonathan Beer
obvious. What are others doing to achieve the fallback in case of appender error? Thanks, Jonathan -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 3:02 PM To: Log4J Users List Subject: Re: ErrorHandler in log4j 1.3 The ErrorHandler idea sound

Re: ErrorHandler in log4j 1.3

2006-03-14 Thread Ceki Gülcü
The ErrorHandler idea sounds good but in practice it leads to a false sense of security, even worse, under certain circumstances its indiscriminate use can result in application failure. I think it is better to leave the implementation of the fallback mechanism to the failing appender instead