D3 and mvBase

 View Only

 d3 runtime errors file

craig curtis's profile image
craig curtis posted 04-29-2021 13:28
Just wondering if there is a function for me to send a message to the runtime-errors file?  

Trying to debug a program and if I could send a few notes to the runtime-errors file via a function call it would save me a few steps.

Thanks
Craig
Chris Macadam's profile image
ROCKETEER Chris Macadam
Hi Craig,

There isn't a mechanism to log a message to the runtime-errors file, but you could use 'log-msg' to log an entry to the DM,ERRORS, file instead.

Chris