mud/lib/doc/efun/all/debug_message
2020-09-06 05:43:07 -07:00

12 lines
273 B
Plaintext

debug_message - send a message to the driver's stdout
void debug_message(string);
The string argument is printed on the driver's stdout, as well as being added
to the debug.log file.
See also:
ctime
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere