Log Master is a web-based log management system built with PHP and HTML for viewing, organizing, filtering, and managing application logs from a clean browser interface.
This project provides a simple and efficient way to manage logs through a web interface. Instead of manually checking log files on a server, Log Master lets you view, search, and manage logs directly from your browser.
- 📄 View application logs in a structured, readable format
- 🗑️ Delete or clear old log entries
- 🖥️ Clean and simple HTML interface
- ⚙️ Backend powered by PHP for log processing
| Technology | Usage |
|---|---|
| PHP | Backend logic, file handling, log processing |
| HTML | Frontend structure and UI |
| CSS | Styling and layout |
| MySQL (optional) | Log storage (if database is used) |
Make sure you have one of the following installed:
-
Clone the repository
git clone https://github.com/your-username/Log-Management-Web-Project.git
-
Move to your server's root folder
# For XAMPP (Windows) Move the folder to: C:/xampp/htdocs/Log Management # For LAMP (Linux) Move the folder to: /var/www/html/Log Management # For MAMP (macOS) Move the folder to: /Applications/MAMP/htdocs/Log Management
-
Start Apache (and MySQL if needed)
- Open XAMPP / MAMP Control Panel
- Start Apache module
- Start MySQL module (if using database)
-
Open in browser
http://localhost/Log Management
Log Management/
│
├── index.php # Main dashboard / log viewer
├── logs/ # Folder where log files are stored
│ └── app.log
├── includes/
│ ├── config.php # Configuration settings
│ ├── functions.php # Helper functions
│ └── db.php # Database connection (if used)
├── css/
│ └── style.css # Stylesheet
└── README.md
⚠️ Folder structure may vary — update this to match your actual project.
🚧 Screenshots coming soon.
- Open Log Master in your browser
- View all logs listed on the dashboard
- Click delete/clear to remove old logs
- New logs auto-appear as they are generated
Your Name
- GitHub: (https://github.com/Sourav1219)
This project is open source and available under the MIT License.
🚧 Log Master live demo not available — clone and run locally using XAMPP, LAMP, or MAMP.