DT Logging - iOS

Debugging the Library

If you want to receive more information when using the library, or to check for errors, you can change the library logging level.You do this by calling IALogger setLogLevel and passing it one of iOS's log level definitions.

Debugging Example

[IALogger setLogLevel:IALogLevelVerbose];

Back to Top ⇧