If you use FeatureWriters instead of regular writers in your workspace they'll generate a summary feature, I think that holds all the information you need and it's probably a lot easier to work with than parsing the log file afterwards.
If you want to go with the log file parsing route, I think selecting the lines using a StringSearcher (with a regex, and unfortunately I am not *that* good with regexes) should work.