Live Log Viewer is an application written in C# .NET using WPF for monitoring log files. It was originally written in 2012 and posted to CodeProject.
Live Log Viewer will monitor files for changes, renaming, deletion and creation. It will display any text that is appended to files being monitored.
At startup, you are automatically prompted to open a log file that you want to open.
It is also possible to specify a file as a startup parameter, which will then be automatically displayed when the program is started.
Live Log Viewer supports different Encoding per file, based on the Encodings available on the machine.
Latest binary is available here