LPC Library Functions: debug_message

NAME

debug_message() - send a debugging message

SYNOPSIS

void debug_message( string msg );

DESCRIPTION

Sends 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 ALSO

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