I have problem to make UDPReceiver work in Chainsaw too. NetLogClient seems to be able to receive UDPAppender, but it display all un-readable charactors in the message column... also it will be great if it has the ability to break-down the message by Level and namespace. the project on sourceforge seems to be dead....
On Mon, 27 Sep 2004 11:28:17 +0200, Shai Berger <[EMAIL PROTECTED]> wrote: > As far as I have seen, the most recent Chainsaw (well, the package they make > available for download) has a problem with the UDPReceiver. I could not get > it to become "active". > > > > > -----Original Message----- > > From: Nicko Cadell [mailto:[EMAIL PROTECTED] > > Sent: Monday, September 27, 2004 1:43 AM > > To: Log4NET User > > Subject: RE: Watching logs > > > > > > 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. > > > > > > > > > > > > > > > > > > > > ************************************************************************************************** > The contents of this email and any attachments are confidential. > They are intended for the named recipient(s) only. > If you have received this email in error please notify the system manager or > the > sender immediately and do not disclose the contents to anyone or make copies. > > ** TASE scanned this email for viruses, vandals and malicious content. ** > ************************************************************************************************** >
