2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
%9Syntax:%9
|
|
|
|
|
2000-07-26 13:52:19 -04:00
|
|
|
@SYNTAX:rawlog@
|
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
%9Parameters:%9
|
|
|
|
|
|
|
|
SAVE: Saves the raw server buffer into a file.
|
|
|
|
OPEN: Opens a logfile and start logging all raw data.
|
|
|
|
CLOSE: Closes the logfile
|
|
|
|
|
|
|
|
The filename to store the raw data into.
|
|
|
|
|
|
|
|
%9Description:%9
|
|
|
|
|
|
|
|
Saves all the raw data that is received from and transmitted to the active
|
|
|
|
server into a logfile.
|
2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
%9Examples:%9
|
2001-11-07 09:10:13 -05:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
/RAWLOG SAVE ~/server.log
|
|
|
|
/RAWLOG OPEN ~/debug.log
|
|
|
|
/RAWLOG CLOSE
|
2001-11-07 09:10:13 -05:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
%9See also:%9 LOG
|
2000-07-26 13:52:19 -04:00
|
|
|
|