How do I implement a good debug/logging feature?
I want to have a solid way of debugging the application, by logs for example. How do I structure it and such? I've heard that a good logging feature is critical but I'm not sure how to do it.