Get your own customer support community
 

Here's a simple applescript to toggle logging

The following is a super-simple script to toggle logging on and off for the Mac Data Collector. I use it in conjunction with quicksilver to turn logging on and off from any application.
-------

delay 0.3
tell application "RescueTime" to activate
delay 0.3
tell application "System Events" to keystroke "l" using command down
 
happy I’m happy
Inappropriate?
1 person likes this idea

User_default_medium