proxyserver2023 / capstone_logger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Python 100.0%