in reply to Report filtering

Here's how I'd do it in pseudo-code.
for each line in log file { detect an error count of whole errors ++; } print result in csv file