Changes between Version 2 and Version 3 of WindowsLoggerListener


Ignore:
Timestamp:
09/17/08 13:58:44 (16 years ago)
Author:
schwarz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsLoggerListener

    v2 v3  
    22 
    33The !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 
     5Install 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. 
    46 
    57The Activity Logger produces a text logfile as output. 
     
    1820If this file does not yet exist, please create one, e.g. via Create new -> Textfile. 
    1921 
    20 The property file should contain the following: 
     22Sven's property file contains the following lines: 
    2123{{{ 
    22 lastLogLineReadFile=C:\\Programme\\User Activity Logger\\lastLogLineRead.txt 
    23 windows_log_file=C:\\Programme\\User Activity Logger\\t_log.txt 
     24lastLogLineReadFile=C:\\Dokumente und Einstellungen\\schwarz\\Lokale Einstellungen\\Anwendungsdaten\\User Activity Logger\\lastLogLineRead.txt 
     25windows_log_file=C:\\Dokumente und Einstellungen\\schwarz\\Lokale Einstellungen\\Anwendungsdaten\\User Activity Logger\\t_log.txt 
    2426}}} 
    2527You 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. 
    2628The 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!