Exception Logging With Visual Studio 2005

M

marmaxx

I am currently making the transition from Visual Studio .NET 2003 to
Visual Studio 2005, and I am looking for suggestions regarding how to
implement an exception logging scheme.

In my previous projects, I was using log4net (with varying degrees of
success).

Does Visual Studio 2005 have built in logging support? (I haven't been
able to find this information in the documentation.)

I am also looking into using the Logging and Instrumentation
Application Block. Based on a cursory read, this seems to have the
features I am looking for, and will (hopefully) integrate nicely with
Visual Studio 2005.

Is this a sound approach, or does anyone know of a better one?

Thanks in advance!
 
M

Michael Nemtsev

Hello marmaxx,

MS Enterprise Application blocks for VS 2005 is going to be released on the
next week
I reckon u can use application logging from there

m> I am currently making the transition from Visual Studio .NET 2003 to
m> Visual Studio 2005, and I am looking for suggestions regarding how to
m> implement an exception logging scheme.
m>
m> In my previous projects, I was using log4net (with varying degrees of
m> success).
m>
m> Does Visual Studio 2005 have built in logging support? (I haven't
m> been able to find this information in the documentation.)
m>
m> I am also looking into using the Logging and Instrumentation
m> Application Block. Based on a cursory read, this seems to have the
m> features I am looking for, and will (hopefully) integrate nicely with
m> Visual Studio 2005.
m>
m> Is this a sound approach, or does anyone know of a better one?
m>
m> Thanks in advance!
m>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
M

marmaxx

Thanks for the feedback Michael, I'll look for it then!


(Off topic) I see that you're a Nietzsche fan too ! : )
 
M

Michael Nemtsev

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top