|
Parameter |
Description |
|
SI_LOG
|
Controls logging of user actions. Possible values are: 1 = Minimal logging 2 = Log all keyboard events 4 = Log all mouse events 8 = Log to screen and file You can combine these values by adding them. For example, to log both keyboard and mouse events, set this variable to 6 (that is, 2 + 4). Note that minimal logging occurs when this variable is non-zero. For example, 6 (2 + 4) and 7 (1 + 2 + 4) yield the same results. The log file has a prefix of SI_LOG and is stored in the current directory. |
Example
|
Platform |
Syntax |
|
Windows NT |
set SI_LOG=6 |
|
IRIX/Linux |
setenv SI_LOG 6 |