Simulated External Functions

void log_file(string file, string message);

Logs a message to the file name given.  Logs are placed in the /log/ directory.

file: /doc/sefun/logs.c
