Logging a Vag Function with do_vag_log

do_vag_log(string logfile, string logmessage)

logfile = name of the function/command
logmessage = what you want to log...

example:
do_vag_log("bendspace",
  this_player()->query_name() + " bendspaces on " +
  ctime(time()) + "\n");

*** This function handles logging of the function/power you want logged
It will log into a several log files, a MASTER, and some by the date.

Any questions, ask Nylakoorub

**


