Logging for iOS

You can enable logging for iOS by adding the following snippet to Info.plist or DESK.plist:

	<key>DTXLogLevel</key>
	<string>FINER</string>

Info.plist is available in Xcode Project Navigator under Supporting Files and also under Resources for older project files. DESK.plist is created by developers who want to keep the Info.plist clean. Therefore, the location can vary.

Available log levels are ALL, FINEST, FINER, FINE, CONFIG, INFO, WARNING, SEVERE, and OFF.

While running the app, you'll find the log-in Xcode within the console of the Debug area.