NSLog
NSLog
- Subject: NSLog
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sat, 10 Aug 2002 23:33:07 +0200
I have noticed that
NSLog(@"my object is: %@", myObject);
has the same result as:
NSLog(@"my object is: %@", [myObject description] );
Is this documented somewhere?
And I have also have one situation, where the first call creates an
EA_BAD_ACCESS , and the second call works ok.
Why might this be the case?
Gerriet.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.