Using the new
CODE:, the content of the Debug Log is not refreshed and cleared after each run. How do I clear the old content in debug log so that it only display the log information for the current run?
WriteToDebugLog(obj txt, bool GroupbySymbol)
Rename
Hmmm looks like that was an oversight, I’ll make that clear between runs for the next release.
I'd suggest rather adding a ClearDebug method. Some circumstances might want to accumulate the log across multiple runs. Let the user control this behavior.
I'm not a fan of having to explicitly clear the debug log the legacy way (WL6) which I was always forced to do.
Let’s see, maybe I can come up with something here that will please everyone 🤔
Your Response
Post
Edit Post
Login is required