mud/lib/doc/sefun/log_file
2020-09-06 05:43:07 -07:00

28 lines
659 B
Plaintext

LOG_FILE(1) LOG_FILE(1)
NAME
log_file() - logs a string to a file
SYNOPSIS
void log_file(string fl, string msg)
DESCRIPTION
Will write the string passed as the second argument to the
file passed as the second argument under the log
directory. If the object doing the logging is not an
approved secure object, then the log goes under the etc
sub-directory of the log directory.
LOCATION
/secure/sefun/log_file.c
SEE ALSO
read_file(), write_file()
Author
Descartes of Borg
1