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

Re: Enterprise Instrumentation vs Trace? by Manoj

Manoj
Thu Jan 08 21:25:26 CST 2004

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" <no@spam.com> wrote in message
news:u3OXeCk1DHA.2000@TK2MSFTNGP11.phx.gbl...
> 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
>
>



Re: Enterprise Instrumentation vs Trace? by Jon

Jon
Fri Jan 09 10:16:35 CST 2004

Thanks, good article.

"Manoj G [MVP]" <manuthegreat@hotmail.com> wrote in message
news:eg0b7$l1DHA.2156@TK2MSFTNGP12.phx.gbl...
> 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" <no@spam.com> wrote in message
> news:u3OXeCk1DHA.2000@TK2MSFTNGP11.phx.gbl...
> > 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
> >
> >
>
>