LPC Library Functions: traceprefix

NAME

traceprefix() - sets the prefix determining which objects to trace

SYNOPSIS

string traceprefix( string prefix );

DESCRIPTION

In 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

trace()

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