Comments on: Deployment and Logging, a different approach https://briksoftware.com/blog/archives/45 Thu, 14 Jun 2012 18:56:48 +0000 hourly 1 https://wordpress.org/?v=4.7 By: Karsten https://briksoftware.com/blog/archives/45/comment-page-1#comment-4848 Sun, 17 Jun 2007 07:09:52 +0000 https://briksoftware.com/blog/?p=45#comment-4848 No, if it’s #ifdef debuggin NSLog(…) then all NSLog() calls will be removed if “debugging” is set.

]]>
By: Mike Babin https://briksoftware.com/blog/archives/45/comment-page-1#comment-4838 Sat, 16 Jun 2007 23:07:40 +0000 https://briksoftware.com/blog/?p=45#comment-4838 Shouldn’t that be #ifdef debugging NSLog(…), not #ifndef?

Cool idea for the logging plug-in.

]]>