This tool inspired from Linux "tail" command
This application provides a simple yet powerful tool for viewing and searching log files. It allows users to load log files, monitor them in real-time, and search for specific text within the logs.
Main window
Conditional options
- Real-time Log Monitoring: The application continuously reads log files, displaying new entries as they are added.
- Search Functionality: Users can search for specific text within the log file and navigate between search results.
- User-Friendly Interface: The interface is intuitive and easy to use, with options to customize log viewing preferences.
- Conditional Color: The program displayes lines in different colors. Keywords can be defined under Conditional options.
- Conditional Actions: Sound, Popup window, Extrernal program (script) running. Keywords can be defined under Conditional options.
- Select Log File: Choose a log file using the "Select Log File" option from the menu or by entering the file path directly.
- Start Log Monitoring: Click the "Start Reading" button to begin monitoring the log file in real-time.
- Search for Text: Use the search bar to enter the text you want to search for within the log file. Press Enter or click the search button to start the search.
- Navigate Search Results: If search results are found, use the navigation buttons to move between occurrences.
- Stop Log Monitoring: Click the "Stop Reading" button to pause log monitoring.
A tool that creates random log lines is available on the following repository: https://github.com/limbo666/RandomLogWriter Use this tool to create/update a log file and check the LiveLogs functionality.
- Operating System: Windows
- .NET Framework: .NET Framework 4.8 or later
Select A or B
A.
- Get the program from releases.
- Unzip to a folder.
- Run the executable file (
LiveLogs.exe
) to launch the application.
B.
- Clone the repository to your local machine.
- Open the solution file (
LiveLogs.sln
) in Visual Studio. - Build the solution to generate the executable file.
- Run the executable file (
LiveLogs.exe
) to launch the application.
This project is licensed under the MIT License