How to output debugging information from Styler 8.3.1
Hi,
I used to use Perl in APP-over-rides to output debugging information to a file like this:
formatting.evaluateShowString("\"junk\"$^[perl open(TMP, '>>c:/temp/debug.log'); print TMP 'specific-use: " + currentNode.getAttribute("specific-use") + "\n'; close(TMP);]");
This appears to no longer be working. But was pretty "hacky" anyways. Is there a cleaner way of outputting debugging information to a file or log somewhere?
Thanks,
Richard Steadman

