printf
printf
- Subject: printf
- From: Roland Silver <email@hidden>
- Date: Thu, 13 Dec 2007 07:40:02 -0700
Is there a function in one of the frameworks that's like printf, but
allows the output conversion '%@' in its template? Eg
likePrintf("%@ is allowable", @"this string");
or better:
likePrintf(@"%@ is allowable", @"this string");
I KNOW about NSLog. The problem is all that stuff that it prints first:
NSLog(@"log just this");
2007-12-13 07:35:53.125 helloWorld[8101:10b] log just this
_______________________________________________
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