|
Show logs window
The logs window. Here you can view all logs or remove them.
Log format
When the application starts, it logs the current time and the login name, e.g.:
******** Elfrah PCSpy basic started (15:39:55 Monday, June 07, 2004) by Andrey Belkin ********
When the keyboard hook is being set up, it logs:
*** Keyboard Hook is set up.
When you view log, all hooks are automatically unhooked:
*** Keyboard Hook is removed - viewing logs.
*** Keyboard Hook is set up - end of viewing logs.
When user is typing, the application logs all keystrokes and the title, path and time of
the active program:
****** Switched to another task
*** Title: "Thiemann Oliver (Online) - Message Session"
*** Path: "C:\program files\ICQ\ICQ.exe"
*** Time: "Mon Jun 07 15:39:58 2004"
When user presses the special button (like Shift, Ctrl) Elfrah PCSpy logs
them in local language layout within the tag brackets <>:
<SHIFT> <L_CTRL> <R_CTRL>
where L_CTRL means Left Ctrl, R_CTRL means Right Ctrl
Local language layout means that it pastes local language word for each
special button (for example, SHIFT will be UMSCHALT for the German
keyboard)
When user presses key sequences (like Ctrl + A or Alt + S):
<L_CTRL + a> <L_ALT + s>
Buttons
- Close Show log window, return to Main window;
- Remove all logs;
top
|