RE: UdpAppender uses UdpClient?

2007-10-25 Thread Ian Dykes
icate -Original Message- From: Walden H. Leverich [mailto:[EMAIL PROTECTED] Sent: 25 October 2007 16:13 To: Log4NET User Subject: RE: UdpAppender uses UdpClient? Are you setting the LocalPort for the RemoteSyslogAppender? You shouldn't be. In the InitializeClientConnection of the UdpAp

RE: UdpAppender uses UdpClient?

2007-10-25 Thread Walden H. Leverich
Are you setting the LocalPort for the RemoteSyslogAppender? You shouldn't be. In the InitializeClientConnection of the UdpAppender you should see: if (this.LocalPort == 0) { this.Client = new UdpClient(); } else { this.Client = new Udp