Re: NSLog not working in one project
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