Thursday, December 8, 2011

Eclipse color console

Found excellent plugin for Eclipse via StackOverflow. Site link.

Example of reg-ex for selecting error messages:  (.*)(ERROR)(.*)
If you play closer attention in eclipse you can see you can customize each group individually, which is also very cool feature.

Note:
Install Site: http://eclipse.musgit.com
When installing it is important to un-check "Group items by category" check-box.

Ref. link:
http://stackoverflow.com/questions/233790/colorize-logs-in-eclipse-console

No comments:

Post a Comment