That does not really answer my question. I can search it is just very slow, partly because the logfiles can be several MB. Would I just stream the entire file to a regular expression? If so how would I accomplish that? Also I do not really need anything that fancy as the string that I am looking for will always be at the end of a line. I really just need to know how many times it occurrs in the log file.
Also this has nothing to do with the TestComplete logs, this is the logs in the program that I am testing. I am using this as part of the checks to see if the test passed or failed.