Re: Redirect NSLog to stdout?
Re: Redirect NSLog to stdout?
- Subject: Re: Redirect NSLog to stdout?
- From: Bill Garrison <email@hidden>
- Date: Tue, 29 Jun 2010 21:19:26 -0400
ASL is the bee's knees. I made a wrapper framework around ASL logging a while back, after reading the boredzo blog articles. <http://bitbucket.org/billgarrison/sologger>.
Rentzsch's JRLog is also a good logging utility to take a look at. <http://github.com/rentzsch/JRLog>
On Jun 29, 2010, at 4:32 PM, Kyle Sluder wrote:
> On Tue, Jun 29, 2010 at 1:15 PM, Bill Garrison
> <email@hidden> wrote:
>> http://www.atomicbird.com/blog/2007/07/code-quickie-redirect-nslog
>
> Rather than redirect all calls to NSLog, if your intent it to redirect
> just your own logging information (which I would claim is more
> correct), you could use this asl_log technique so you don't have to
> give up the NSLog format specifier conveniences:
>
> http://boredzo.org/blog/archives/2008-01-20/asl-logging
>
> --Kyle Sluder
_______________________________________________
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