|
|
Usage: |
|
/Log (options) string |
|
Description: |
| |
The log command will write a line to a log file on your choosing.
The file is set by the file option, and it does
not allow any pathing. The log file will be written to the log
directory set for that server, if any. Otherwise it is
written to the directory QLAD is run from.
|
|
|
Option: |
|
| Option |
Range |
Default |
Description |
| file |
File name |
general.log |
Specifies the log file the string will be written to.
|
|
|
Example: |
|
| /log example |
# an admin command (!hi) that writes a line into a log file.
on acmd_hi cmd /log (file=admin.log) The admin $(pn) says hi!;
|
|
|
|