Skip to content

Releases: alexwiese/LiveLogViewer

Allow specifying multiple files from the command line

03 Feb 05:27
c61b2d1
Compare
Choose a tag to compare
  • You can now specify multiple files to start watching from the command line.

Example usage:

"Live Log Viewer.exe" "C:\file1.txt" "C:\file2.txt"

File Path Command Line Argument

03 Feb 05:07
c61b2d1
Compare
Choose a tag to compare
  • Added ability to pass a file name from the command line.

Example usage:

"Live Log Viewer.exe" "C:\my-file.txt"

.NET 5.0 + .NET Framework

13 Nov 05:16
12f744f
Compare
Choose a tag to compare

Compiles to both .NET 5.0 version and .NET Framework 4.5

4.0.1

15 Jun 06:16
Compare
Choose a tag to compare

Enhancements

  • Added configuration for timer interval (#2)

4.0.0

15 Jun 05:22
Compare
Choose a tag to compare

Initial Release