Tuesday, April 10, 2007

Durgaprasad Gorti's WebLog : Using System.Net Tracing

If you've ever used something like Ethereal to trace network traffic you'll know that it can be confusing, especially if you're sending lots of packets to different destinations.

I've been enlightened by a new .Net 2 feature that causes the System.Net classes to log what it's doing, and you can do it without making any code changes.

Check out this blog for details: Durgaprasad Gorti's WebLog : Using System.Net Tracing

Haven't given it a go yet, but it looks like something we can make use of to log what the framework is doing.

No comments: