Tracing APIs in .NET Framework 2.0
В .NET Framework 2.0 Trace API немного расширили. То что я почитал, пока мне не особо поравилось:
- A Tracing Primer – Part I - is a simple introduction to the tracing APIs.
- A Tracing Primer – Part II (A) - talks mainly about filtering events
- A Tracing Primer – Part II (B) - talks about developing custom trace listeners (plugins that will channel your trace events to wherever you desire).
- A Tracing Primer – Part II (C) - talks about some details of who the configuration files are interpreted.
Коментарі