Difference between revisions of "Logging"

From OdaWiki
(Added command line parameter usage)
m
Line 15: Line 15:
  
 
==Command Line Parameter==
 
==Command Line Parameter==
==logfile==
+
===logfile===
  
 
Usage: '''+logfile [filename]'''
 
Usage: '''+logfile [filename]'''
  
 
See console command description above for more information.
 
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.