TIOVX User Guide
Debug Print Statements

The TIOVX framework contains informative debug logging that can be enabled and disabled. The logging print statements are enabled based on which level of logging that has been set. The logging levels can be found as a part of the enum tivx_debug_zone_e. By default, the VX_ZONE_WARNING and VX_ZONE_ERROR logging are enabled on each core. Logging levels can be enabled and disabled for each core by calling the tivx_set_debug_zone and tivx_clr_debug_zone respectively. Note, these have to be called for the individual cores, not system-wide.

In order to add additional documentation to custom code written on a given core, reference the VX_PRINT API.