NAME
log_file() - append a message to a log file
SYNOPSIS
void log_file(string file, string message);
DESCRIPTION
Append a message to a log file. The log directory is to be specified
in the runtime configuration file. The log directory is automatically
prepended to the filename.
SEE ALSO
write_file(3)
, write_bytes(3)
.