|
LPC Library Functions: clear_debug_level |
|
NAMEclear_debug_level() - clears a debug level used by the driver's debug() macro
SYNOPSISvoid clear_debug_level( string level_id );
DESCRIPTIONThis 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 |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|