The COM extension for Windows provides feedback from the C library in the form of logs, returned in a callback, that list encountered problems. After the library initialization call sets the logLevel, the information becomes available in this callback.
Callback
| Name | Description |
|---|---|
LibraryLog |
Callback that provides the log, including header and data. |
Parameters
Name | Type | Description |
|---|---|---|
| String | Header of the log file. |
| String | Body of the log file. |