Hello Erel, before you say just click on the Clear button
So far you have
Log() and
LogColor(), what would you say about creating
LogClear() to clear the logs via the source code. This way whilst debugging when developers hit a break point they could just use
LogClear() before repopulating the logs with their required log results. Sometimes for example one might log 123456...123456...123456... or reoccurring words, letters etc. It would be nice to have the
LogClear() command to clear the logs automatically so that for example all one would see is 123456 and nothing else if
LogClear() was used.
Just a though...