Re: NSLog
Re: NSLog
- Subject: Re: NSLog
- From: Jim Correia <email@hidden>
- Date: Fri, 15 Jun 2001 23:44:17 -0400
On Friday, June 15, 2001, at 05:43 PM, Michael Dagate wrote:
Has anyone else noticed that NSLog doesn't output anything during a
dealloc method? This should work, right? Am I missing something here?
There is nothing magical about NSLog when called from a dealloc
message. If you aren't seeing the message, then NSLog (and by
extensions your dealloc method) isn't being called. You are leaking
your objects.
References: | |
| >NSLog (From: Michael Dagate <email@hidden>) |