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.
|
2014-08-07 16:00:40 -04:00
|
|
|
OPEN: Opens a log file and start logging all raw data.
|
|
|
|
CLOSE: Closes the log file
|
2014-07-15 13:52:56 -04:00
|
|
|
|
|
|
|
The filename to store the raw data into.
|
|
|
|
|
|
|
|
%9Description:%9
|
|
|
|
|
|
|
|
Saves all the raw data that is received from and transmitted to the active
|
2014-08-07 16:00:40 -04:00
|
|
|
server into a log file.
|
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
|
|
|
|