How can i program own error messages with the appropriate categories that i am able to sort the errors (info,warning,error)
Hi @Friedulien
should these error messages be created throughout the running program or at any point while using Polyscope?
Hi @sko ,
basically I don’t care.
I’m concerned with better readability and the possibility of using the filter in the “Date Log” window (information, warnings and errors). I hope you know what i mean.
You have two ways of adding entries to the UR - Logfile:
-
Script Command textmsg(…)
-
Dashboard Server addToLog

But both ways only allow for the addition of entries on the message level
Hello @sko
sorry for the late reply
Thanks for the tip, I’ll try that when I get a chance!
