RE: Parsing XmlLayout formatted events

2004-12-08 Thread Nicko Cadell
> -Original Message- > From: Simon Wallis [mailto:[EMAIL PROTECTED] > Sent: 02 December 2004 19:53 > To: log4net-user@logging.apache.org > Subject: Parsing XmlLayout formatted events > > Is there an easy way to parse XmlLayout-formatted events? I > was h

RE: Parsing XmlLayout formatted events (or how to set up Chainsaw and log4net)

2004-12-08 Thread Nicko Cadell
> The only differences are, in log4net config, I have: > > > > (no ", log4net") on the end, not sure what that does. The ", log4net" postfix on the type name "log4net.Layout.XmlLayoutSchemaLog4j, log4net" is the name of the assembly to load the type from. This is part of the standard .NET (Ty

Re: Parsing XmlLayout formatted events (or how to set up Chainsaw and log4net)

2004-12-06 Thread Simon Wallis
Hi Ron, yes I got Chainsaw working. My config is almost identical. The only differences are, in log4net config, I have: (no ", log4net") on the end, not sure what that does. Also, I don't send events to 127.0.0.1, I use a remote IP or if running locally I use the actual IP of my machine. And

Re: Parsing XmlLayout formatted events (or how to set up Chainsaw and log4net)

2004-12-04 Thread Ron Grabowski
I installed Chainsaw by going to this URL: http://logging.apache.org/log4j/docs/chainsaw.html#Installation And clicking on the "[Launch now!]" link. It opened fine and I was able to run the tutorial that setup 3 sample recievers. I must admit I'm shooting in the dark here so any help would be a

Parsing XmlLayout formatted events

2004-12-02 Thread Simon Wallis
Hi, I'm using the UdpAppender to send events to another server on our network. I've got Chainsaw working for examining the events in real-time, but have also written my own app to receive the events. The events are sent to the app formatted using XmlLayout. In the app I would now like to parse t