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:



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


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


I found another one:

But I think it doesn't work with Log4j like Apache Chainsaw does.

0


source







All Articles