• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSLog on releasebuild
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSLog on releasebuild


  • Subject: Re: NSLog on releasebuild
  • From: Ian was here <email@hidden>
  • Date: Wed, 23 Jul 2008 08:18:43 -0700 (PDT)

Try this


#ifdef DEBUG
 NSLog("Whatever");
#endif





--- On Wed, 7/23/08, Mike <email@hidden> wrote:

> From: Mike <email@hidden>
> Subject: NSLog on releasebuild
> To: "Cocoa-Dev List" <email@hidden>
> Date: Wednesday, July 23, 2008, 7:48 AM
> Hello,
>
> During development and debug I typically use tons of
> NSLog()-messages
> to get info what's happening.
> I don't wish to include these messages to release-build
> so what is
> common/recommended way to get rid of them?
>
> Should I comment them all out or is there some easier way
> to disable
> them or should I just leave them as they are?
>
> Thanks.
>
> -Mike
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to
> the list.
> Contact the moderators at
> cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden



_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: NSLog on releasebuild
      • From: Andrew Merenbach <email@hidden>
References: 
 >NSLog on releasebuild (From: Mike <email@hidden>)

  • Prev by Date: NSLog on releasebuild
  • Next by Date: Re: NSLog on releasebuild
  • Previous by thread: NSLog on releasebuild
  • Next by thread: Re: NSLog on releasebuild
  • Index(es):
    • Date
    • Thread