2

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?

asmaier
  • 11,132
  • 11
  • 76
  • 103

3 Answers3

2

Not exactly like Apache Chainsaw but still have a look at these:

  1. http://code.google.com/a/eclipselabs.org/p/logviewer/
  2. Log file viewer for Eclipse
  3. http://sourceforge.net/projects/logfiletools/
  4. http://workingdeveloper.net/node/1

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/

Community
  • 1
  • 1
Favonius
  • 13,959
  • 3
  • 55
  • 95
1

Have a look at the open-source http://sourceforge.net/projects/ganymede/. It is supposed to support log level coloring, filtering and some other Chainsaw-like features. It's an Eclipse plugin and ships with a .jar file.

KillerInsect
  • 529
  • 3
  • 3
0

I found another one:

But I guess it doesn't work with Log4j as Apache Chainsaw does.

asmaier
  • 11,132
  • 11
  • 76
  • 103