Logging in Vs 2005 Beta2
Hi Guys,
I'm sure I remember someone showing off a new kind of application logger in code for Whidbey a few months ago. The type of logging I'm talking about is something like log4net.
Can anyone point me in the right direction please?
Graham
[250 byte] By [
Gravy] at [2008-2-23]
Hello Graham,
There have been improvements to a variety of logging functionality in Whidbey. Can you be more specific what kind of logging you are looking for (e.g. ASP.NET, assembly loading, debugging, profiling, security, interop services, etc.)?
Kit George offerred an MSDN webcast on new features in Whidbey here: http://go.microsoft.com/fwlink/?LinkId=32660
Thanks,
Stephen
I sure can Stephen. I'm currently using log4net so log Info, Warnings, Debug and Error information to various places. I use this in predominately windows forms app written in c#. I thought I saw something on Channel 9 that sounded similar!!
I'll checkout the link you gave me, cheers.
Graham