logging
The Scanbot SDK comes with its own console logging. By default the logging is turned on.
You can turn off logging for the Scanbot SDK by using:
- Swift
- Objective-C
Scanbot.setLoggingEnabled(false)
[Scanbot setLoggingEnabled:NO];
This will also silence information about the Scanbot SDK license.
What do you think of this documentation?
What can we do to improve it? Please be as detailed as you like.