Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can I configure Log4j to show in red the dump of a

log.error("some error",exception)

if an uncaught exception occurs in my java code, eclipse would show it in red, but when I catch it and lo

share|improve this question

1 Answer

up vote 4 down vote accepted

Take a look at the Grep Console plugin which allows you to define styles for lines which match certain patterns. For example, error messages could be set to show up with a red background.

share|improve this answer
thanks! that looks perfect. – Charbel Feb 4 '11 at 18:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.