How do I put a "hook" on an object so I can see what messages are being sent to it? (ie do an NSLog() every time a message is sent to an object).
I think recall seeing this done before but I forget how. I am thinking it might help me track down why part of my code is not working.