What is the right way for logging unexpected exceptions in Visual Studio extensions. Is there any classes in the Visual Studio SDK, or may be exist some libryries from partialy side developers?
What is the right way for logging unexpected exceptions in Visual Studio extensions. Is
Share
There’s the ActivityLog class which logs to the ActivityLog.xml file. That’s about it.