Re: NSLog() without the timestamp?
Re: NSLog() without the timestamp?
- Subject: Re: NSLog() without the timestamp?
- From: William Squires <email@hidden>
- Date: Tue, 09 Aug 2011 19:29:50 -0500
Thanks, this is the sort of thing I'm looking for, but is one of those cases of "if you don't know the right thing to ask for, you can't Google it"... In this case, the 'right thing' is QuietLog. :)
On Aug 9, 2011, at 11:31 AM, Dave DeLong wrote:
> Try something like this:
>
> http://cocoaheads.byu.edu/wiki/different-nslog
>
> Cheers,
>
> Dave
>
> On Aug 9, 2011, at 9:30 AM, William Squires wrote:
>
>> Is there a function like NSLog() that doesn't print the timestamp (and other crap) and doesn't automatically append a '\n' at the end? If not, what would be the best way to implement such a function. Trouble is, printf() doesn't understand the %@ specifier, so that approach would be a PITA.
>>
>> Sent from my whizz-bang iPad
_______________________________________________
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