I just start Windows Phone Development and I try to put some Logs in my application as I usually do in Android, I try to search through the Internet, but can't find anything useful.
Is there in some native methods like Log.i(), Log.e() etc. in Android but for Windows Phone? I don't need to install some new libraries or something else.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With