netmgt_set_debug manual page
Table of Contents

NAME

netmgt_set_debug - set the debugging level

SYNOPSIS

void
netmgt_set_debug(debug_level)
u_int
debug_level;

DESCRIPTION

netmgt_set_debug sets the debugging level for application execution tracing. It is used with the three macros NETMGT_DBG1, NETMGT_DBG2, and NETMGT_DBG3.

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.

SEE ALSO

netmgt_dbg(3n)


Table of Contents