Click here to Skip to main content
15,891,708 members
Articles / Programming Languages / C#

Grouping Application Traces using ActivityId (System.Diagnostics)

Rate me:
Please Sign up or sign in to vote.
4.33/5 (3 votes)
31 May 2012CPOL4 min read 28.4K   6  
I don't need to stress how tracing (logging) is important in any application. Without logs, we are often unable to diagnose the cause of the failure. Logs also help us to track the application behavior and usage over time.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Poland Poland
Interested in tracing, debugging and performance tuning of the .NET applications.

My twitter: @lowleveldesign
My website: http://www.lowleveldesign.org

Comments and Discussions