Capstone Logger is a Python logging library that provides advanced logging capabilities for your applications.
You can install Capstone Logger from PyPI:
pip install capstone_logger
Here's a basic example of how to use Capstone Logger:
from capstone_logger.logger import get_logger
logger = get_logger(__name__)
logger.info("This is an info message")
We welcome contributions! Please see our contributing guidelines for more details.
Capstone Logger is licensed under the MIT License.