Eclipse 的日志文件查看器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/802409/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 18:42:15  来源:igfitidea点击:

Log file viewer for Eclipse

eclipseloggingviewer

提问by desolat

I'm looking for a log file viewer plugin for Eclipse possibly having the following features:

我正在为 Eclipse 寻找一个日志文件查看器插件,它可能具有以下功能:

  • custom highlighting of lines
  • custom line filters, possibly with regEx
  • tail following
  • 线条的自定义突出显示
  • 自定义行过滤器,可能带有正则表达式
  • 尾随

The discontinued Eclipse Logfile Viewerhas nice highlighting but no line filters.

已停产的Eclipse 日志文件查看器具有很好的突出显示功能,但没有行过滤器。

There seem to be good standalone programs like TraceToolwhich misses the highlighting and BareTail Pro.

似乎有很好的独立程序一样的TraceTool它错过了高亮和BareTail临

回答by anatoly techtonik

Try Eclipse Log Viewerby Andre Bossert.

试试Andre Bossert 的Eclipse Log Viewer

回答by VonC

NTailcould be what you are looking for (Ntail on Eclipse Market Place, Update Site).

NTail可能就是您要查找的内容(Eclipse Market Place 上的 Ntail更新站点)。

(No longer supported since Q4 2012)

(自 2012 年第四季度起不再支持)

alt text

替代文字

Standalone alternatives are listed in the question "Best tail (log file visualization) freeware tool ?"

问题“ Best tail(日志文件可视化)免费软件工具?”中列出了独立的替代方案

回答by rdiachenko

Try to use JLV. It's is available as a plugin for Eclipse IDE with the current features:

尝试使用JLV。它可作为具有当前功能的 Eclipse IDE 插件使用:

  • Getting logs by socket
  • Quick filtering by any log's field
  • Detailed information about selected log
  • Preferences page for controlling and saving plugin state
  • Additional preference page for customizing logs' representation
  • 通过套接字获取日志
  • 按任何日志的字段快速过滤
  • 有关所选日志的详细信息
  • 用于控制和保存插件状态的首选项页面
  • 用于自定义日志表示的附加首选项页面

回答by rdiachenko

you can use XpoLog center and browse your logs for the Eclipse built in web browser as this server is web based. it support log4j, log4net, log4perl, log4php and other log formats. XpoLog

您可以使用 XpoLog 中心并浏览 Eclipse 内置 Web 浏览器的日志,因为该服务器是基于 Web 的。支持log4j、log4net、log4perl、log4php等多种日志格式。XpoLog

回答by desolat

Seems I have to stay with the Eclipse Logfile Viewer.

似乎我必须继续使用Eclipse Logfile Viewer