I would like to know if any log file viewer is developed for windows platform , which "updates" the log file instead *refreshing the whole content every time* in the log file all the time.

-Srinivas

link|improve this question
feedback

3 Answers

There is BareTail, assuming you are basically looking for a Windows tail solution.

link|improve this answer
feedback
  1. Baretail (mentioned by Rich) is a light-weight solution.

  2. If you are Notepad++ user, you may install Document Monitor plugin to "tail" the file.

If these solutions don't suit your need, you may find many alternatives in a similar question in StackOverflow (How to monitor a text file in realtime).

link|improve this answer
feedback

The open source program Tail for Win32 would suit you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.