Hi,
Please follow:
1- If I install PlantronicsHubSDKInstaller (version 3.6) and then I build the native C++ sample app it runs and works fine.
2- Then I copy Spokes.dll and PlantronicsDevices.xml to the same folder of the sample app and uninstall the SDK.
3- Then I run the same sample app and it runs and works, but the console gets lots of tracing messages like these:
0 [0x00000af8] INFO com.plantronics.utility.logwriter null - LogWriter_init - Log Writer started.
4 [0x00000af8] INFO com.plantronics.utility.logwriter null - logClientInfo - Client ID: 2414689193, version: 3.4
7 [0x00000af8] DEBUG com.plantronics.utility.logwriter null - hidal_init - exit
11 [0x00000af8] DEBUG com.plantronics.utility.logwriter null - Plantronics::DevPathUtils::get_all_device_paths - exit
17 [0x00000af8] DEBUG com.plantronics.utility.logwriter null - Plantronics::DevPathUtils::get_all_device_paths - exit
23 [0x00000af8] DEBUG com.plantronics.utility.logwriter null - Plantronics::DevPathUtils::get_all_device_paths - exit
... and so on
The latest is a typical native C++ deployment scenario: no Plantronics "installed", only Spokes.dll and PlantronicsDevices.xml present.
How can I disable production of those trace messages ? Any registry settings ?
Thanks in advance.