Description
At the end of its handling loop, ConsoleConsumer prints "Consumed %d messages" to standard out. Clients who use custom formatters, and read this output, shouldn't need to special case this line, or accept a parse error.
It should instead go (as all diagnostics should) to stderr.
patch attached.