[EMAIL PROTECTED] wrote:
Hi there, I've tried to use Chainsaw v2 together with the SocketAppender of Log4Cxx. As far as I've understood the documentation this should work but it didn't.
I had the same problem a few days ago. The SocketAppender of log4j and log4cxx are not compatible because log4j uses java serialization (as fas as I anderstood).
To make it work you have to use XMLSocketAppender. I use it currently it works well.
Regards,
Christophe
