|
LPC Library Functions: traceprefix |
|
NAMEtraceprefix() - sets the prefix determining which objects to trace
SYNOPSISstring traceprefix( string prefix );
DESCRIPTIONIn conjunction with the trace() efun, traceprefix() determines which objects will be traced. Those objects which have names beginning with the 'prefix' will be traced; others will not. If 'prefix' is 0, tracing is disabled. This efun is only available if the driver flags TRACE and PACKAGE_DEVELOP are defined.
SEE ALSO |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|