NAME
netmgt_set_debug - set the debugging level
SYNOPSIS
void
netmgt_set_debug(debug_level)
INPUT ARGUMENTS
debug_level
debug level. Four debugging levels are supported. Debugging level zero disables tracing. Level 1 enables minimal tracing. Level 2 enables intermediate tracing. Level 3 enables full tracing.
In order to get debugging output on the screen, the application must set debug_level greater than zero.
RETURN VALUE
None.
DIAGNOSTICS
None.