I'm searching for a eclipse plugin that allows me to view log files like Apache Chainsaw does. In addition I'm hoping that such a plugin would allow me to click on a given logging message and automatically jump to the line of source code where the logging message was generated.
Is such a plugin available for Eclipse?
Not exactly like Apache Chainsaw but still have a look at these:
If you want use standard eclipse log viewer in your application then have a look at this link: http://www.vogella.de/blog/2009/08/17/eclipse-rcp-error-view/