Windows log tail viewer

4

1

Possible Duplicate:
Log viewer on Windows

Does anyone know a good log tail viewer for Windows?

GurdeepS

Posted 2010-09-18T22:21:32.083

Reputation: 723

Question was closed 2012-09-30T21:24:17.273

1Do you want to monitor the Windows event logs or view the tail of a log (text) file? – Wayne Johnston – 2010-09-18T23:50:20.050

Answers

2

There is a port of tail to windows called Tail for Win32 which I haven't used, but I have used BareTail quite a bit for log monitoring and it works very well.

Millhouse

Posted 2010-09-18T22:21:32.083

Reputation: 653

1

Going in to Event Viewer and sort via the date column?

As for command prompt, you do not say what version of Windows you are using. Since Windows Server 2003, you have the script eventquery.vbs which you can script against, but this is only on the server editions.

If you can run Powershell, there is a nice commandlet you can run called get-winevent.

I hope this helps, but I am not really sure of any other built in tools that can do this.

William Hilsum

Posted 2010-09-18T22:21:32.083

Reputation: 111 572

0

I prefer BareTail and BareTailPro by Bare Metal Soft. You can highlight lines that contain certain strings and it is very quick to get going.

You can also use Cygwin, a Linux-style commmand prompt tool, which has tail built in.

JackAce

Posted 2010-09-18T22:21:32.083

Reputation: 330