No momento, esta página não está disponível em português
Point-of-sale icon

Handle the LibraryLog callback

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

header

StringHeader of the log file.

data

StringBody of the log file.