NSLog not logging anymore
NSLog not logging anymore
- Subject: NSLog not logging anymore
- From: Ryan Raaum <email@hidden>
- Date: Tue, 23 Aug 2005 14:22:29 -0400
A couple hours ago, NSLog simply stopped logging anything to the run
log. No errors or exceptions or compile problems. Simply stopped
working.
I've been trying to figure out if I accidentally disabled logging to
the Run Log or inadvertantly redirected stderr somewhere else - but
can't figure it out.
The session start and end still get logged, like so:
[Session started at 2005-08-23 14:03:18 -0400.]
Executable "Locomotive" has exited with status 0.
But nothing else. I added a log statement before the NSApplication
call in main.m, figuring that that _has_ to get called, like so:
int main(int argc, char *argv[])
{
NSLog(@"hello");
return NSApplicationMain(argc, (const char **) argv);
}
But nothing....
Any ideas?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden