The Debug Printing Interface#
Debug printing in a Zigbee application is controlled by the Debug Print component. enable/disable debug printing for various code areas (stack, core, application, zcl).
The API for debug printing in the application code is the sl_zigbee_app_debug_print(…)
API. This function accepts the standard printf() arguments and format flags. Settings are controlled through the application print area in the Debug Print component.