LPC Library Functions: debug_levels

NAME

debug_levels() - returns the driver's debug levels

SYNOPSIS

mapping debug_levels();

DESCRIPTION

This efun returns a mapping containing information about the driver's currently enabled debug levels. The keys to the mapping are identifiers defined in the driver's debug.h source file.

This efun is only available when the driver is compiled with the flag -DDEBUG_MACRO.

SEE ALSO

clear_debug_level(), set_debug_level(), set_malloc_mask()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS