views:

1824

answers:

4

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

  • custom highlighting of lines
  • custom line filters, possibly with regEx
  • tail following

The discontinued Eclipse Logfile Viewer has nice highlighting but no line filters.

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

+4  A: 
VonC
Tried that but has a view drawbacks: - just one higlighting color - filters can only exclude expressionsFrom the standalone front LogExpert is my favorite up to now.
desolat
LogExpert: very good choice :)
VonC
A: 

Seems I have to stay with the Eclipse Logfile Viewer.

desolat
A: 

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

bobyg
A bit of an overkill for my purposes.
desolat
+2  A: 

Try Eclipse Log Viewer by Andre Bossert.

techtonik
All the features I need, nice!
desolat