A simple and flexible logging library for Python
Reason this release was yanked:
Reason: Unnecessary releases
Project description
pypi_zns_logging
A simple and flexible logging library for Python
Installation
pip install pypi-zns-logging
Usage
from zns_logging import get_logger
logger = get_logger(__name__, level="DEBUG")
logger.debug("This is a debug message")
logger.info("This is an info message")
logger.warning("This is a warning message")
logger.error("This is an error message")
logger.critical("This is a critical message")
Output
[2025-01-26 23:22:06] [DEBUG ] [__main__]: This is a debug message
[2025-01-26 23:22:06] [INFO ] [__main__]: This is an info message
[2025-01-26 23:22:06] [WARNING ] [__main__]: This is a warning message
[2025-01-26 23:22:06] [ERROR ] [__main__]: This is an error message
[2025-01-26 23:22:06] [CRITICAL] [__main__]: This is a critical message
Change Log
1.0.0
- Status: Yanked
- Reason: The
coloramadependency was missing frominstall_requires, causing errors during logger usage.
1.0.1
- Status: Released
- Changes: Added
coloramatoinstall_requires.
1.0.2
- Status: Released
- Changes: Added description and other metadata to
Setup.py.
1.0.3
- Status: Released
- Changes: Removed unnecessary variables from
Setup.py.
1.0.4
- Status: Released
- Changes: Update
zns_logging.pylogic.
1.0.5
- Status: Released
- Changes: Update
README.md.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zns_logging-1.0.5.tar.gz
(8.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zns_logging-1.0.5.tar.gz.
File metadata
- Download URL: zns_logging-1.0.5.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f08201e5c9b7975dbfb187afc495a84804472c7c5f678dd25949b5afdd39e283
|
|
| MD5 |
814f57517d5df9b5d3feca7ba1612583
|
|
| BLAKE2b-256 |
790ecb76f499c2778a69066fd371d426d276b8ca948a10bd1539e697082adba4
|
File details
Details for the file zns_logging-1.0.5-py3-none-any.whl.
File metadata
- Download URL: zns_logging-1.0.5-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00d93a5b417c354bd84257283c518b28a77c9caa59b1e131c02b52c595f0eea5
|
|
| MD5 |
62f1c9da1e06db35a2cb0be1f1fe3d8a
|
|
| BLAKE2b-256 |
fa7d89093388e470d23b6347aa5f9d934c3977e35c3dac20670aef47071f1d4a
|