LOG_FILE(1) LOG_FILE(1)
NNAAMMEE
_l_o_g___f_i_l_e_(_) - logs a string to a file
SSYYNNOOPPSSIISS
void log_file(string fl, string msg)
DDEESSCCRRIIPPTTIIOONN
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.
LLOOCCAATTIIOONN
/secure/SimulEfun/log_file.c
SSEEEE AALLSSOO
_r_e_a_d___f_i_l_e_(_), _w_r_i_t_e___f_i_l_e_(_)
AAuutthhoorr
Descartes of Borg
1