EugeneP
EugeneP

Reputation: 12003

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

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 plugins.

Upvotes: 2

Views: 4553

Answers (4)

ccDict
ccDict

Reputation: 653

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

Upvotes: 0

VonC
VonC

Reputation: 1323223

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

alt text

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

Upvotes: 3

phill.nacelli
phill.nacelli

Reputation: 11

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

Upvotes: 1

chburd
chburd

Reputation: 4159

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

Upvotes: 1

Related Questions