blbdt36
10 years agoContributor
Filter out events from the log
I am planning on exporting the logs of all my tests, but it shows all the events in the test. This is very unhelpful. I can limit them on TestComplete, but not when exporting. How do I show only the message types I want?
I tried Log.LockEvents(); and that didn't do anything
I can't use Log.enabled = false because that would suppress ALL logging events. I still need the errors, but not the individual keys and clicks messages.
Thanks