Re: Kernel Framework missing?
Re: Kernel Framework missing?
- Subject: Re: Kernel Framework missing?
- From: Eric Peyton <email@hidden>
- Date: Tue, 12 Jun 2001 17:37:47 -0500
Not really.
printf and NSLog both work great however.
If you are in a Cocoa app (what this list is about) just do
something like
NSLog(@"foo bar");
run your app, look in console.app - you will see a line like this ...
Jun 12 16:41:54 Foo[800] foo bar
NSLog supports printf style escape sequences as well.
Read up on printf (man printf) or on NSLog( in the cocoa
documentation for foundation framework).
Eric
On Tuesday, June 12, 2001, at 03:56 PM, Hua Ying Ling wrote:
Douglas Davidson wrote:
Try "man 3 syslog". Are you sure you really want to use it? It's
a bit complicated, and if you don't already understand it,
there's a good chance it's not what you're looking for.
Well what I really want to do is send debugging information to the
console, is syslog the way do it?
Thanks
~Hua Ying
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev