DT Logging on iOS

Adjusting the library logging level allows you to receive more information or check for errors. To change the library logging level, call IALogger setLogLevel and pass the desired log-level definition.

To debug the iOS Library, use the following API:

Objective-C
[IALogger setLogLevel:IALogLevelVerbose];

Last updated