There’s currently no streaming log available on Xojo Cloud, but you could do this using ExecuteJavascript.
ExecuteJavascript("console.log('" + txt +"')")
And then if you open the developer tools in your browser, you would see them there.
There’s currently no streaming log available on Xojo Cloud, but you could do this using ExecuteJavascript.
ExecuteJavascript("console.log('" + txt +"')")
And then if you open the developer tools in your browser, you would see them there.