Re: NSLog goes to system.log, and it should not

2008-03-09 Thread Larry Campbell
Hmm, OK. I've opened radar #5789236; we'll see what Apple says. - lc On Mar 10, 2008, at 12:17 AM, Jeff Johnson wrote: Larry, I believe it's expected behavior on Leopard, though you may want to file a bug at least against the documentation. The following links provide more information on

Re: NSLog goes to system.log, and it should not

2008-03-09 Thread Jeff Johnson
Larry, I believe it's expected behavior on Leopard, though you may want to file a bug at least against the documentation. The following links provide more information on this topic: http://lapcatsoftware.com/blog/2008/01/06/logging-in-leopard/ http://boredzo.org/blog/archives/2008-01-19/n

NSLog goes to system.log, and it should not

2008-03-09 Thread Larry Campbell
The NSLog(v) documentation says: NSLogv writes the log to STDERR_FILENO if the file descriptor is open. If that write attempt fails, the message is sent to the syslog subsystem, if it exists on a platform, with the LOG_USER facility (or default facility if LOG_USER does not exist), with