iOS - Application logging test and production code
- by Peter Warbo
I am doing a bunch of logging when I'm testing my application which is useful for getting information about variable state and such.
However I have read that you should use logging sparsely in production code (because it can potentially slow down your application). But my question is now: if my app is in production and people are using it,…