8 Feb 18:42
UpdAdapter does not seem to be working
Byron Neudesic <byron.goodman <at> neudesic.com>
2012-02-08 17:42:10 GMT
2012-02-08 17:42:10 GMT
Hi All, I have been attempting to use the UdpAdapter and Chainsaw to demonstrate alternative logging methods. It does not seem that when I try to send a log message that the UdpAdapter is actually sending messages. I am sending messages to the event logger, and that is just fine. I am wondering if there are some advice I can be given to determine the possible cause of my issues. I am running Windows 7 Enterprise 64 bit, VS 2010 Ultimate using the NET 4.0 framework. To troubleshoot, I also installed Wireshark to have an independent tool to determine if messages are getting sent. It registers no messages on the port that I have selected to send the logging. I have disabled my firewall to see if that would resolve the problem. I am not getting any errors from the logger to indicate that I am not able to initalize the appender. However, when I look at the appender collection on the log instance, it shows a count of zero. This is the case even when I successfully log to the the event log, so I am not sure if that is a concern. I know that UDP is not guaranteed delivery; I am OK with that. I just want to know that I am actually sending the messages. Here is my config for my app: <?xml version="1.0" encoding="utf-8" ?> <configuration>(Continue reading)
RSS Feed