Log Management Module

This module is part of RPGServ.

void Cmd_logcmd_Init();
	Lachesis only: This is called from modinit.lst to announce this
		       module to the command subsystem.
void Cmd_Log_Root(void *, int, const char *);
	Root command handler for the logging system. This module is only
	usable by the master account. Available commands:
	  LOG with no arguments displays the current status of logging:
	  active, inactive, no log file specified, or invalid or existing
	  file specified.
	  LOG FILE <filename> specifies a log file to open.
	  LOG CLOSE closes the current log file. It cannot be reopened.
	  LOG ON makes logging active. Lines will be logged as appropriate
	  to settings.
	  LOG OFF makes logging inactive. Log file remains open, but no
	  lines will be logged.

@(#) $Id: logcmd.txt,v 1.1.1.1 2004/01/16 07:28:15 lachesis Exp $
