LPC Library Functions: clear_debug_level

NAME

clear_debug_level() - clears a debug level used by the driver's debug() macro

SYNOPSIS

void clear_debug_level( string level_id );

DESCRIPTION

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

This efun clears one of the driver's debugging levels. The level is a string corresponding to a definition in the driver's debug.h file.

For more information, read the file debug.h which is included with the driver source.

SEE ALSO

debug_levels(), set_debug_level(), set_malloc_mask()

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