We all knew that NSLog() is quite expensive and it's not good to use in production. Unless its specific. I have gone through different stack overflow links related to this question. I need to print a object both in release and debug mode with same printing method. I can't put condition like if debug mode or release. Because i want same information in both release and debug modes. How to achieve this. any idea? Have been looking into google but i didn't get. There is a related post Do I need to disable NSLog before release Application?
Thanks