Is there a logging plugin for Eclipse with functionality like Apache Chainsaw?

怎甘沉沦 提交于 2019-12-06 12:11:05
Favonius

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/

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.

I found another one:

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!