Difference between revisions of "Logging"

From OdaWiki
 
(Added command line parameter usage)
Line 1: Line 1:
 
These commands work on both client and server.
 
These commands work on both client and server.
  
 +
==Console Commands==
 
===logfile===
 
===logfile===
 
Usage: '''logfile [filename]'''
 
Usage: '''logfile [filename]'''
Line 12: Line 13:
  
 
This command will stop logging if there is currently a logfile being written.
 
This command will stop logging if there is currently a logfile being written.
 +
 +
==Command Line Parameter==
 +
==logfile==
 +
 +
Usage: '''+logfile [filename]'''
 +
 +
See console command description above for more information.

Revision as of 03:19, 5 January 2010

These commands work on both client and server.

Console Commands

logfile

Usage: logfile [filename]

This command will begin writing a log of all console events to an external file.

Note: No file extension will be applied to the log unless done by the user. For instance, if you wanted to log to an output file named "newlog.txt", you would use the command as logfile newlog.txt.

stoplog

Usage: stoplog

This command will stop logging if there is currently a logfile being written.

Command Line Parameter

logfile

Usage: +logfile [filename]

See console command description above for more information.