Metadata-Version: 2.1
Name: pyglog
Version: 1.0.0
Summary: Python generic logger for seamless integration with ELK, OpenSearch, and more.
Description-Content-Type: text/markdown
License-File: LICENCE

# **Pyglog: Python Generic Logger**

**Pyglog** is a versatile and modular logging solution for Python applications, designed to meet modern logging needs with flexibility and efficiency. It enables developers to generate logs in specific, customizable formats, ensuring seamless integration with powerful tools such as **ELK Stack**, **OpenSearch**, and other log aggregation systems.

## **Key Features**
- **Customizable Formats**: Define log formats to suit the needs of various systems and workflows.
- **Ease of Integration**: Optimized for seamless injection into ELK Stack, OpenSearch, and similar platforms.
- **Singleton Pattern**: Ensures a single logger instance per application or component, reducing configuration redundancy.
- **Dynamic Configuration**: Adapt logging levels and formats dynamically through environment variables or runtime settings.
- **Thread-Safe Design**: Reliable in multithreaded environments, ensuring consistent logging without conflicts.
- **Extensibility**: Ready for integration with additional backends or custom log handlers.

## **Use Cases**
- Centralized logging in **microservices architectures**.
- Debugging and monitoring **distributed systems**.
- Real-time log analysis and visualization with **ELK** or **OpenSearch**.
- Flexible logging for **cloud-native applications**, including **Kubernetes deployments**.

With **Pyglog**, you gain a robust and scalable logging tool tailored for modern software ecosystems. 🚀
