Is there an Eclipse registration plugin with features like Apache Chainsaw?
I'm looking for an eclipse plugin that allows me to view log files like Apache Chainsaw. Also, I hope that such a plugin will allow me to click on the given registration message and automatically jump to the line of source code where the registration message was generated.
Is there such a plugin available for Eclipse?
+2
source to share
3 answers
Not like Apache Chainsaw, but still look at them:
- http://code.google.com/a/eclipselabs.org/p/logviewer/
- Viewing log files for Eclipse
- http://sourceforge.net/projects/logfiletools/
- http://workingdeveloper.net/node/1
If you want to use the standard eclipse log viewer in your application take a look at the link: http://www.vogella.de/blog/2009/08/17/eclipse-rcp-error-view/
+1
source to share
Have a look at the open source http://sourceforge.net/projects/ganymede/ . It is supposed to support color, filtering, and some other chainsaw-like features. It is an Eclipse plugin and comes with a .jar file.
+1
source to share