Eclipse 是否有具有 Apache Chainsaw 等功能的日志记录插件?
我正在寻找一个 Eclipse 插件,它允许我像 Apache Chainsaw 一样查看日志文件。此外,我希望这样的插件允许我单击给定的日志消息并自动跳转到生成日志消息的源代码行。
Eclipse 有这样的插件吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不完全像 Apache Chainsaw,但仍然可以看看这些:
如果您想在应用程序中使用标准 Eclipse 日志查看器,请查看在这链接:http://www.vogella.de /博客/2009/08/17/eclipse-rcp-error-view/
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/
查看开源http://sourceforge.net/projects/ganymede/。它应该支持日志级别着色、过滤和其他一些类似 Chainsaw 的功能。它是一个 Eclipse 插件,附带一个 .jar 文件。
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.
我找到了另一个:
Eclipse
但我猜它不能像 Apache Chainsaw 那样与 Log4j 一起工作。
I found another one:
Eclipse
But I guess it doesn't work with Log4j as Apache Chainsaw does.