I'm using cmake to compile a document. For a clean, built-from-scratch compile, this outputs around 1800 lines in my terminal. The Document.log file is just over 1000 lines long. Scrolling back over this output is a little tedious.
Is there a way to highlight bits of the output (such as errors, warnings, etc)? Neither pdflatex, latex or bibtex seem to have a --color option or similar mentioned in the man pages.
I can't find any references to doing this. Is the correct (or easiest) method to use a parser for the Document.log file the way this question does, rather than the terminal output?


texloganalyserscript that's present in TeX Live (and on CTAN, of course). – egreg Jan 14 '13 at 11:26