Hi all, does anyone know why the error handler is only used at one place in SocketAppender (in 'append' method), while there are many calls to LogLog.error() ?
In general, in all the Log4J appenders, I don't catch when LogLog.error/LogLog.warn should be used, and when errorHandler.error() should. My opinion is that using LogLog prevents appenders users to do error handling, ans so should only be used after appender has been closed. Regards, Jean-François Daune -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>