TApxDebugLog Class

HierarchyPropertiesMethods

Unit:

AxPort

Description:

TApxDebugLog class provides for detailed logging of the communications session, including a hex dump of all data sent and received. The level of detail can be controlled, so only the information you're interested in is logged.

TApxDebugLog class is designed to be extended with additional logging capabilities if desired, and can even provide for logging in components added to the package.

The buffer used to store debug events is a circular queue. Once the buffer fills, incoming data will overwrite older data.