Logging in RestKit

RestKit is sent from heaven. It’s super awesome. But a lot of magics and mysteries happen under the hood. Logging is the easy way to examine what happen.

To activate logging or change the logging behavior, all you have to do is adding/changing Preprocessor Macros in Build Settings of RestKit project.Logging in RestKit

There are 7 logging options as you can see in RKLog.h

To be the most verbose logging, just change/add Preprocessor Macros to RKLogLevelDefault=RKLogLevelTrace.

Happy logging.