NAME log_file - log a message at the end of a file SYNOPSIS void log_file(string file, string message) Append a message to a log file. All log files are in the directory /log. '/log/' is automatically prepended to the file name. FRIENDLY ADVICE Use write_file and log in your own dir instead. SEE ALSO write_file