Changes between Version 2 and Version 3 of WindowsLoggerListener
- Timestamp:
- 09/17/08 13:58:44 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsLoggerListener
v2 v3 2 2 3 3 The !WindowsLoggerListener is a module inside the UserObservationHub (UOH) that reads in, processes, distributes the output of the "User Activity Logger" (application window events like "!ActivateWindow"). 4 5 Install the [http://pas.kbs.uni-hannover.de/ User Activity Logger] (click this link and download the Logging_Framework_0_2_0). After the installation (Windows XP/Vista, requiring reboot) this activity logging tool creates a log file based on user's handling of application windows. 4 6 5 7 The Activity Logger produces a text logfile as output. … … 18 20 If this file does not yet exist, please create one, e.g. via Create new -> Textfile. 19 21 20 The property file should contain the following:22 Sven's property file contains the following lines: 21 23 {{{ 22 lastLogLineReadFile=C:\\ Programme\\User Activity Logger\\lastLogLineRead.txt23 windows_log_file=C:\\ Programme\\User Activity Logger\\t_log.txt24 lastLogLineReadFile=C:\\Dokumente und Einstellungen\\schwarz\\Lokale Einstellungen\\Anwendungsdaten\\User Activity Logger\\lastLogLineRead.txt 25 windows_log_file=C:\\Dokumente und Einstellungen\\schwarz\\Lokale Einstellungen\\Anwendungsdaten\\User Activity Logger\\t_log.txt 24 26 }}} 25 27 You can leave out the first line, but it's a good idea to override the default value here, because then you know where to check for the correct file or the correct line number in that file. 26 28 The second line must specify the location of the installed "User Activity Logger" tool. 29 30 '''Please check''' where the User Activity Logger stores the '''{{{t_log.txt}}}''' file. On a non-german windows machine or even when using Vista (Sven uses XP) this path can be different!