Actually it has been a long time since I have tried to configure
Chainsaw and log4net and I cannot remember the exact details, but you
need to at least do the following:
You need to set log4net up to use the UdpAppender with the
XmlLayoutSchemaLog4j layout.
<appender name="UdpAppender" type="log4net.Appender.UdpAppender">
<remoteAddress value="1.2.3.4" />
<remotePort value="5555" />
<layout type="log4net.Layout.XmlLayoutSchemaLog4j" />
</appender>
You need to configure Chainsaw and log4j to use the UDPReceiver to
listen for incoming log events.
Nicko
> -----Original Message-----
> From: Ayende Rahien [mailto:[EMAIL PROTECTED]
> Sent: 27 September 2004 00:01
> To: 'Log4NET User'
> Subject: RE: Watching logs
>
> I couldn't get it to work.
> Is there some place where it's explained?
>
>
> > -----Original Message-----
> > From: Nicko Cadell [mailto:[EMAIL PROTECTED]
> > Sent: Monday, September 27, 2004 12:32 AM
> > To: Log4NET User
> > Subject: RE: Watching logs
> >
> > Chainsaw is the best (and I think the only) GUI logging viewer that
> > log4net currently works with.
> >
> > > -----Original Message-----
> > > From: Ayende Rahien [mailto:[EMAIL PROTECTED]
> > > Sent: 26 September 2004 19:36
> > > To: 'Log4NET User'
> > > Subject: Watching logs
> > >
> > > I want to see the logs as they are being logged on a GUI
> application.
> > > Is there some log client that I can use?
> > > I tried chainsow, but I couldn't get it to show me anything.
> > >
>
>
>
>