Re: Exception handling

2002-08-16 Thread Jeff Drost
see http://jakarta.apache.org/log4j/docs/FAQ.html#reliable --- Goran Abramovic <[EMAIL PROTECTED]> wrote: > Hi all, > > > > I have created couple custom appenders that I attach to my logger. My > appenders extend AppenderSkeleton class, and implement append method. My > question is, why appen

Exception handling

2002-08-16 Thread Goran Abramovic
Hi all, I have created couple custom appenders that I attach to my logger. My appenders extend AppenderSkeleton class, and implement append method. My question is, why append method does not throw any checked exceptions in the method signature? Sometimes I would like logger to be able to recov