/capstone_logger

Primary LanguagePythonMIT LicenseMIT

Capstone Logger

Capstone Logger is a Python logging library that provides advanced logging capabilities for your applications.

Installation

You can install Capstone Logger from PyPI:

pip install capstone_logger

Usage

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")

Contributing

We welcome contributions! Please see our contributing guidelines for more details.

License

Capstone Logger is licensed under the MIT License.