rawlog
Syntax
RAWLOG SAVE <file>
RAWLOG OPEN <file>
RAWLOG CLOSE
Parameters
|
Saves the raw server buffer into a file. |
|
Opens a log file and start logging all raw data. |
|
Closes the log file |
The filename to store the raw data into.
Description
Saves all the raw data that is received from and transmitted to the active server into a log file.
Examples
/RAWLOG SAVE ~/server.log
/RAWLOG OPEN ~/debug.log
/RAWLOG CLOSE