Mike Rousos has put together a great article series for the ASP.NET 2.0 tracing system. A must read for all ASP.NET 2.0 developers!
- Introduction
- Instantiating a TraceSource
- Adding Tracing Events
- Configuring source using config file and programmatically
- Trace Listeners
A Tracing Primer – Part II (A)
- Trace Filters (Event Type Filter and Source Filter)
A Tracing Primer – Part II (B)
- Custom Trace Listeners
- Custom Attributes on a Custom Trace Listener
A Tracing Primer – Part II (C)
- Relative Path in Config files