开发者

How to view a log file in Eclipse editor just like it looks in console window?

开发者 https://www.devze.com 2022-12-14 15:59 出处:网络
I have a txt log file. How to make it look in Eclipse editor just as if it was the console output [ eg links underlined ].

I have a txt log file. How to make it look in Eclipse editor just as if it was the console output [ eg links underlined ].

It is a bit sad plugins called "Log viewer" do not highlight links as Console Window does. That's the worst thing about such plu开发者_开发知识库gins.


As chburd mentions, NTail is a good candidate (as I said in "Can eclipse monitor an arbitrary log file in the Console view?")

How to view a log file in Eclipse editor just like it looks in console window?

You can also define your own Console Viewer (see this source) to define your own hyperlink.


I have installed NTail, I think it is what you are looking for


Aptana (www.aptana.com) has a really nice tail view feature for Eclipse. Highly recommend it!


I use LOG Viewer for eclipse. Which works very well and allows customization.

0

精彩评论

暂无评论...
验证码 换一张
取 消