I'm developing an Adroid app with a main form and several TTabItmes, each of them contains a frame with code.
I would like to use TMSLogging for log what happens in the app: I would prefer a single log, so I can follow the flow.
What is the best solution? Log to a file? To server?
Any suggestion?
Thanks!