Commands
All commands are typed at the server console window. These are NOT client commands.
Also note that quotes are NOT to be typed. They are just for clarification as you are reading.
- logd_debug "value"
This really isn't a command but a variable setting. If "value" is 0, LogD is quiet and doesn't print extra information. If "value" is greater than 0, LogD wil print debugging information as its parsing.
- logd_reg "code" "function"
This is only useful for script developers. "code" is one of the Event Codes LogD uses. When the event with number "code" occurs, LogD will call "function" with the paramters for that event.
Everything registered is reset at a map change
- logd_reginfo
This function prints out all registration information on what logd is supposed to call when certain events happen.
- logd_status
Prints out the status of LogD's parser as well as log message blocking information.
- logd_block "code"
"code" is one of the Event Codes LogD uses. This will cause LogD to stop that log message (if possible) from actually being written to the log file. This command is helpful if you find a certain messaeg annoying and do not wish it to be in your logs anymore. Ex: the CS attack messags.
Everything blocked is reset at a map change.