I am working on android project and have to write a logging system that will record everything happening in the app during production.
What is the best way to do this? I was thinking about writing my own simple writeToFile class but then I see some people use Logging libraries.