1 message in org.apache.logging.log4j-userUsing XMLSocketReceiver in log4j (not...
FromSent OnAttachments
Davi...@ftid.comJun 22, 2004 8:29 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Using XMLSocketReceiver in log4j (not chainsaw)Actions...
From:Davi...@ftid.com (Davi@ftid.com)
Date:Jun 22, 2004 8:29:06 am
List:org.apache.logging.log4j-user

I was wondering if anyone could give me a little guidance setting up a XMLSocketReceiver in a server using log4j-1.3alpha.

I want to send XML "log events" from log4perl enabled perl scripts to a remote log4j server. Since this path already works with log4perl to chainsaw, I was hoping it might work for log4perl to log4j. I am trying to overcome the java object serialization (not available in perl) used with LoggerEvents sent to a SocketHubAppender.

Can I startup an new XMLSocketReceiver via a log4j config file ? What would be the required properties for a properties based config file ?