Are there any exception logging components in Windows Phone applications? Do you have any suggestions about logging records in Windows Phone applications?
Are there any exception logging components in Windows Phone applications? Do you have any
Share
For logging to Visual Studio while running, you can use
Debug.Write.As far as logging exceptions to a file, WP7Contrib has an exception logging library that is available as part of
WP7Contrib.Coreon NuGet. WP7Contrib.Core’s only dependencies are the Rx libraries.Edit: You can use the WP7Contrib logging library like this:
Edit 2:
Having said that, I’d probably just use an extention method: