How do I implement a good debug/logging feature?
10:20 29 May 2011

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.

c++ c debugging logging