16th Jan2012

Enable Debug Statements when using Data Services iOS SDK

by David

To enable debug statements for the iOS SDK, add the following to your project code as the first line before any component of the iOS SDK is initialized.

[[DSLog log] setLogLevel:DSLogLevelDebug];

You should then get a more verbose output in your logs from the iOS SDK, much like you get from turning on Flex logging with TraceTarget.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">