Logging To Assist Debugging App Running in Xojo Cloud

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.