c# - Windows Phone 8 Logging -


description

i start windows phone development , try put logs in application in android, try search through internet, can't find useful.

question

is there in native methods log.i(), log.e() etc. in android windows phone? don't need install new libraries or else.

where did expect see log output?

you can try use debug.writeline() method, example :

system.diagnostics.debug.writeline("print something"); 

to print value visual studio output window.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -