I notice within Eclipse, output written to the Console via the logging framework uses red text, whilst output from System.out.println uses black text. Does anyone have any idea how to set the color of the text when writing to System.out. My current project includes the debugging of traffic over the serial port which I'm doing by writing to System.out at the moment and it would make life so much easier if I could highlight specific responses.