Random Log Writer is a simple log generation application developed in Visual Basic.NET. It allows users to generate random log entries at specified intervals and write them to a log file.
- Start and stop a timer for generating random log entries in random times up to 35 seconds
- Customizable severity indicators (Info, Warning, Error, etc.)
- Save and load user settings for personalized experience
- Create and manage log files with ease
- Populate log entries with randomly generated text content
- Start the application.
- Configure the settings as desired (e.g., log file path, custom text, severity indicators).
- Click the "Start" button to begin generating log entries.
- Log entries will be written to the specified log file at the configured intervals.
- Use the "Stop" button to halt log generation.
- Use button force immediate generation
Random Log Writer is licensed under the MIT License. This application was developed by Nikos Georgousis as a project for testing purposes. The program was initialy cretaed to test LiveLogs program performance with a randomly generated log file.
The words.txt file has been taken from the following repository: https://github.com/dwyl/english-words Kudos @dwyl for his great work.

