Hello,
I think you have created an amazing tool. I am trying to follow the directions in the debugging manual for logging so that I can trace my program flow in the simplecontrol.top file.
u: # main per-sentence processing
^log( --- main processing begins);
does not result in anything getting added to my user’s log withing the USERS directory. If I turn on :trace all, I see tracing but none of my log messages. If I use (from the chat client) :log (hello world) I see “hello world” in the user log file.
I have also tried
^log( FILE TMP/mylog.txt does this thing work?);
and I do not see a mylog.txt file anywhere, nor do I see any log messages.
Can anyone assist me with this simple debugging technique?
Thank You,
Stephen G.