How to get the logs for the SDK? « Back to FAQ index Version 10 The SDK can provide logs via the Core module. Dynamsoft.Core.CoreModule.onLog = console.log; Version 9 The SDK can provide logs via the browser console. Logging can be activated by the _onLog property. Dynamsoft.DBR.BarcodeReader._onLog = console.log;