• 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 not working in one project
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSLog not working in one project


  • Subject: Re: NSLog not working in one project
  • From: Heath Raftery <email@hidden>
  • Date: Mon, 8 May 2006 12:56:54 +1000

On 08/05/2006, at 10:11 AM, Ken Tozier wrote:
I've been using NSLog for years now and all of a sudden, it doesn't work in a new project. The debugger isn't running, the app launches and doesn't crash but not one NSLog prints to the run log. They do print to the console but the long data is truncated whereas it's not in the run log. Anyone know if there is an XCode setting I might have hit inadvertently that could be causing this?

The default syslog behaviour changed somewhere around Tiger and caught me out - now messages of priority Info and Debug are not sent to syslog.log. Messages of priority Emergency to Notice are. Info priority used to be sent to the log as well, and this is what I used with lots of my messages. I've simply changed them all to Notice now.


man syslog for more info.

Heath
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >NSLog not working in one project (From: Ken Tozier <email@hidden>)

  • Prev by Date: Re: NSLog not working in one project
  • Next by Date: code sense
  • Previous by thread: Re: NSLog not working in one project
  • Next by thread: code sense
  • Index(es):
    • Date
    • Thread