I wish to see the JSON input/output of the iPhone. How can I do that?
Do I need to set use NSLog()
(and where)? Or, set the RestKit logging level (to what)?
I wish to see the JSON input/output of the iPhone. How can I do that?
Do I need to set use NSLog()
(and where)? Or, set the RestKit logging level (to what)?
Try placing this RKLogConfigureByName("RestKit/Network", RKLogLevelTrace);
in your AppDelegate