Hi,
I would like to record any file errors in a log file for support purposes. I know I can overide the standard MESSAGE behavour on the server using system{PROP:MessageHook} which would give me the errorcode() and error(). But how would I get the file name or the problem procedure from such an override?
This, of course, assumes there isn't a way to capture such file errors from within NetTalk already and I have just not recognized it.
Many thanks.