Hi everybody, In our test environment, we are currently using the log message function with a priority, according to the log type. For example, the priority Lowest is used for debugging messages, the priority Normal is used for test item related messages, etc... While looking at a TestComplete log file, it would be great to hide messages with the Lowest / Lower priority in order to increase the readability of the actual test. I think this option could be a drop down menu, with checkboxes, where you can check and uncheck priorities in order to hide or show them. There is a example of what we're dealing with, where the "important" information is burried down with "debugging" informations:
... View more