Event Log

The Event Log logs all OffShoot events in one central spot. You can open the Event Log through the menu or with Command-Shift-L. It is persistent, limited to 1000 lines, and is first-in-first-out.

15/01/2019, 16:33 - Version 18.3.9 (Build 567)

Script execution events

  • Script execute

  • Script returned

15/01/2019, 15:07 - Script execute: {
    event = FileCopyCompleted;
    location = "/Users/Hedge/test.scpt";
}
15/01/2019, 15:07 - Script returned: {
    location = "/Users/Hedge/test.scpt";
    returned = "Success";
}

Integration events

  • Integration fired

16/01/2019, 11:46 - Integration fired: {
    app = Foolcat;
    event = FileCopyCompleted;
    url = "foolcat://create?source=/Volumes/T1/Project%20X/Untitled&destination=/Volumes/T1/Project%20X/Reports&name=Untitled&description=Project%20X";
}

Last updated