Is there a means to make an H5 script log to a file? The console and the IScriptArgs.IScriptLog object (which as far as I can tell only logs to the console) are fine for development.
Unfortunately the console is local and short lived and we have a need for persistent verbose logging in production to record a scripts actions and the context it operated in when performing that action.
Perhaps the IScriptLog logs to the CFT but I haven't seen any reference to that.
Any suggestions would be greatly appreciated.