Author Topic: Automated logging function  (Read 1905 times)

Offline CraigNZ

  • PixInsight Enthusiast
  • **
  • Posts: 94
Automated logging function
« on: 2015 September 12 22:28:15 »
Is there a Process/Script for automatically logging the output of a Process/Script?  This is needed so I have an exact trace of what steps were performed when processing a set of images, saved in the folder containing the result images.

Currently this is done manually by:
  Run the Process or Script
  Clear the Process console window
  Type in the Log command and log file name
  Execute the script
  Close the log file in the Process Console window

Ideally this option would be available on all Processes/Scripts as an option.  But failing that it could be a process or script which could be added to a container and executed before and after a series of processes.  One process would initialize the Process Console, the second would be to close the log file.