TheCodeArtist / Active-Window-Logger

Smartly log the active foreground window of the system to transparently capture usage analytics.
25 stars 2 forks source link

Move window logging logic into separate subroutine #10

Closed TheCodeArtist closed 8 years ago

TheCodeArtist commented 8 years ago

This is to setup for future tasks :

TheCodeArtist commented 8 years ago

Refactored window-logging logic into the following 2 functions() in loggingModule.vb.

As the window data is picked from frmMain.lvEntries, it is tightly coupled with the logging functions and hence references to it exist in the above functions.