Skip to main content

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:

 Scanbot.setLoggingEnabled(false) 

This will also silence information about the Scanbot SDK license.

What do you think of this documentation?