I'd like to display the Titanium debug logs within my mobile application while I'm testing it with a group of beta users so that it's easier to track down problems when they occur. This way if something does happen that's strange I can ask them to tell me what they're seeing in the logs.
Is there any way to natively get the Titanium log or will I need to write a custom wrapper function?
Thanks.