Windows Phone 8 Logging Windows Phone 8 Logging windows windows

Windows Phone 8 Logging


Where did you expect to see the Log output?

You can try to use Debug.WriteLine() method, for example :

System.Diagnostics.Debug.WriteLine("Print something");

to print some value to Visual Studio output window.