MudOSa4DGD/
MudOSa4DGD/bin/
MudOSa4DGD/data/
MudOSa4DGD/doc/
MudOSa4DGD/doc/driver/
MudOSa4DGD/doc/efun/bitstrings/
MudOSa4DGD/doc/efun/command/
MudOSa4DGD/doc/efun/communication/
MudOSa4DGD/doc/efun/heart_beat/
MudOSa4DGD/doc/efun/interactive/
MudOSa4DGD/doc/efun/inventory/
MudOSa4DGD/doc/efun/living/
MudOSa4DGD/doc/efun/mappings/
MudOSa4DGD/doc/efun/strings/
MudOSa4DGD/doc/efun/uid/
MudOSa4DGD/doc/funs/
MudOSa4DGD/doc/language/
MudOSa4DGD/mudlib/dgd/doc/
MudOSa4DGD/mudlib/dgd/lib/include/dgd/
MudOSa4DGD/mudlib/dgd/lib/std/
MudOSa4DGD/mudlib/dgd/lib/sys/
MudOSa4DGD/mudlib/dgd/log/
MudOSa4DGD/mudlib/log/
MudOSa4DGD/mudlib/std/include/
MudOSa4DGD/mudlib/std/obj/
NAME
        log_file() - append a message to a log file

SYNOPSIS
        int 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. The 
	message is automatically prepended with time and date. If the
	same message is repated several times, it will only log the
	number of repetitions. The function returns 1 on success.

	If the logfile is over 200k it will be backed up, and a new
	logfile started up from fresh.

	This is an sfun and might not be available. This_object()
	will need write access to the logfile.

SEE ALSO
	efun/write_file