I have many programs generating tons of logs in files.
What freeware do you know, either for Windows or for multi-platforms (if they are in java for instance), able to tail (display the end of) those files ?
A plus would be their capacity to display some line in a certain visual style depending on 'grep' criteria
Quick update so far:
- simple 'tail command' won't do: the ability to easily switch between several log files is a must have.
- for windows, we seem to have so far:
- tailforwin32 (formerly known as Tail for Win32)
- BareTail
- MTail
Note: a tool like gltail for remote visualization may be more suited for this question (web server log analysis)