|
LPC Library Functions: debug_message |
|
NAMEdebug_message() - send a debugging message
SYNOPSISvoid debug_message( string msg );
DESCRIPTIONSends the string 'msg' to the driver's stderr and debug log. The debug log is defined as part of the driver's configuration; many muds also redirected the driver's stderr to a file as well. Note that this efun is only available if the driver flag PACKAGE_CONTRIB is defined. SEE ALSOsprintf() |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|