MACRO
OMNI_SHOW_DEBUG - Display library debug output.
DESCRIPTION top
By specifying the
Levels range from 1 to 5; the higher the number the more library output is displayed.
By specifying the
OMNI_SHOW_DEBUG preprocessor flag, the library 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 library 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.
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.