> -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
> 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
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
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
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