I\'d like to override the default print function in NSLog for custom objects;
For example:
MyObject *myObject = [[MyObject alloc] init]; NSLog(@\"Thi
Override -description in your custom class.
-description