Just another logger
Project description
pylogz
Super basic logger used in personal projects.
Why should you use this? You probably shouldn't.
Quickstart
pip install --upgrade pylogz
Usage
from logz import get_logger
logger = get_logger(name='libname', log_level='info', *args, **kwargs)
logger.info('...')
### Multi lib usage, threadsafe-ish
from logz import get_cls_logger
get_logger = get_cls_logger(name='libname', log_level='info', *args, **kwargs)
# Now you can call the get_logger function from any submodule.
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
pylogz-0.0.0a0.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file pylogz-0.0.0a0.tar.gz
.
File metadata
- Download URL: pylogz-0.0.0a0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4eaa5b15e73bea1dd6c0da9dc727b95fb7ac9803623fe5c2a2bc8a7381372dd3 |
|
MD5 | 4dc0522e1d858fbf740f4db0de054564 |
|
BLAKE2b-256 | 5ed30c301d8ded44e4734c165525c15b7bbafa17b74cc22424e6a093705d8662 |
File details
Details for the file pylogz-0.0.0a0-py3-none-any.whl
.
File metadata
- Download URL: pylogz-0.0.0a0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6ba989dda3db2cc9cff728c43f9290c61e8d372487838d1029511b438d30d3b |
|
MD5 | ffee48cde7f9e820258170ca77f4de7f |
|
BLAKE2b-256 | c92f7aecd0966eae7fa80a48d058c5b416d97c2fa3cf2375ba4df9314985d728 |