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
Post a Comment