Is there a way to colorize parts of logs in the eclipse console. I know I could send to error and standard streams and color them differently but I\'m more looking someting
I've used this plugin before, it lets you colourize lines of the log based on customized regex.
For example, when I was using it, any lines with the words error would be red, warning would be orange, info would be blue... etc.
Since it's regex, you could do anything. Set it up to make the line green whenever it starts with ">>>" and then prepend your message string with ">>>".
http://sourceforge.net/projects/logfiletools