Enterprise Instrumentation vs Trace?

  • Thread starter Thread starter Jon Poploskie
  • Start date Start date
J

Jon Poploskie

Hello,

Could someone please elaborate on the differences between tracing using
Enterprise Instrumentation (TraceMessageEvent, for example), and using
System.Diagnostics.Trace (and associated classes)? Is Enterprise
Instrumentation just a more robust "platform" for all things
tracing/instrumenting?

Thank you,
Jon
 
Thanks, good article.

Manoj G said:
I have detailed the various drawbacks of Trace classes and how EIF can help
in those areas in this article. Have a look:
http://www.codeproject.com/dotnet/EIF.asp

Yes. EIF is definitely more powerful and flexible.

--
HTH,
Manoj G [.NET MVP]
Site: http://www15.brinkster.com/manoj4dotnet
Blog: http://msmvps.com/manoj/

Jon Poploskie said:
Hello,

Could someone please elaborate on the differences between tracing using
Enterprise Instrumentation (TraceMessageEvent, for example), and using
System.Diagnostics.Trace (and associated classes)? Is Enterprise
Instrumentation just a more robust "platform" for all things
tracing/instrumenting?

Thank you,
Jon
 
Back
Top