Hi,
1.
You can enable a console log file with the log command. Enter this command for full information: help log
Basically, you enable console logging with a command like:
log -f=/path/to/log/file.log
log -f=C:/mylogfile.log
2.
and you can close the log file with:
log --close
Alternatively, you can force writing of all pending log file data without closing the file:
log --flush
3.
You can also enable or disable logging temporarily with the
--enable and --disable arguments.
4.
The generated log file can be edited with PixInsight's Script Editor.
Source:
http://pixinsight.com/forum/index.php?topic=6799.0 #3
Best regards!
Herbert