OMNI_SHOW_DEBUG
MACRO

OMNI_SHOW_DEBUG - Display framework debug output.

SYNOPSIS top

#define OMNI_SHOW_DEBUG
Signifies to display framework debug output.

DESCRIPTION top

By specifying the OMNI_SHOW_DEBUG preprocessor flag, the framework will display debug output up to the level specified. /D OMNI_SHOW_DEBUG=3 would define debug level 3 output.
Levels range from 1 to 5; the higher the number the more framework output is displayed.

CONSIDERATIONS top

All debug information is sent to the standard output, the more information displayed, the more has to be written to the standard out which can take time away from processing other tasks. Be aware of how much debug output you want/need.

PLATFORM SPECIFIC top

No platform specific details.

NOTES top

None.