Metadata-Version: 2.4
Name: logmaster-pro
Version: 1.0.1
Summary: Advanced colorful logger with caller tracking
Author-email: Lalit Pal <happytaak8@gmail.com>
License: MIT
Project-URL: Repository, https://github.com/Lalit2206/logmaster-pro
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Logging
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🚀 LogMaster - Advanced Python Logging Toolkit

![LogMaster Demo](https://via.placeholder.com/800x400?text=Colorful+Logging+Output+Demo)  
*Colorful, configurable logging with caller tracking and rich features*

## 🔍 Overview
**LogMaster** is a powerful logging library designed for modern Python applications. It provides:

- 🌈 **Color-coded output** with 15+ predefined log levels
- 📍 **Automatic caller detection** (file + line number)
- ⚙️ **Custom log levels** and colors
- 📁 **File logging** with rotation support
- 🧵 **Thread-safe** operations
- 🚦 **Level thresholding** to filter logs by severity
- ⚡️ **Lightweight** with zero dependencies

---

## 📦 Installation

To install **LogMaster**, simply run the following command:

```bash
pip install logmaster-pro

### Quick Start

from logmaster import LogMaster

log = LogMaster(name="example_logger", log_file="example.log")

log.info("This is an info message.")
log.error("An error occurred!")

---

### 📋 Steps:

1. **Create a new file** in your project’s root directory (if it doesn’t exist already) named `README.md`.
2. **Copy** and **paste** the content I provided above into the `README.md` file.
3. **Save** the file.

---

### ✅ What You Have Now:
- **Clear Overview** of what LogMaster does.
- **Installation instructions** for easy setup.
- **Quick Start guide** with a simple example of usage.
- **License info** to inform users about the MIT License.

Now, your README is complete! Feel free to update the demo image link with a real one when you have the actual demo image.
