Hi. Could someone give me a clear information how to write some information in console please. Like JS "console.log" or c# "console.writeline". I was trying to find some information in google but there is one big mess. Some people say to use console.write line using dependency service, others to use debug.writeline. But both don't work. In my VS output window I always see only some system information like:
08-15 19:37:02.692 D/Mono ( 6213): [0x870ae920] hill climbing, change max number of threads 2
Thread finished: #8
InspectorDebugSession(6): HandleTargetEvent: ThreadStopped
Thread started: #9
InspectorDebugSession(6): HandleTargetEvent: ThreadStarted
The thread 'Unknown' (0x8) has exited with code 0 (0x0).
08-15 19:37:16.719 D/Mono ( 6213): [0x86eac920] hill climbing, change max number of threads 3
08-15 19:37:44.790 D/Mono ( 6213): [0x870ae920] hill climbing, change max number of threads 2
08-15 19:37:58.827 D/Mono ( 6213): [0x870ae920] hill climbing, change max number of threads 3
Thread finished: #9
InspectorDebugSession(6): HandleTargetEvent: ThreadStopped
Thread started: #10
InspectorDebugSession(6): HandleTargetEvent: ThreadStarted
The thread 'Unknown' (0x9) has exited with code 0 (0x0).
I didn't see my messages from writeline.
Please tell me the proper way how to use writeline command and where In VS2017 I can display it.
Thank you.