• 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
printf
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: printf
      • From: "Clark Cox" <email@hidden>
    • Re: printf
      • From: Hank Heijink <email@hidden>
  • Prev by Date: Need the Why and How of mouseDragged:
  • Next by Date: Re: printf
  • Previous by thread: Re: Need the Why and How of mouseDragged:
  • Next by thread: Re: printf
  • Index(es):
    • Date
    • Thread