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.1.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file pylogz-0.0.1.tar.gz
.
File metadata
- Download URL: pylogz-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 245ab73ca389ae069335213643cc187928830584b68d090ccc7cc121235a551d |
|
MD5 | a27bb3ea70ece4204a75fea73bd655fa |
|
BLAKE2b-256 | 9b2a29db8984e314dc3af8f652d2c7da4ede2aa7215c1990348428db52f5dbcc |
File details
Details for the file pylogz-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pylogz-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7648435da1334ab2e85bde61b93729d73e8cf2b96544239f4562c50aac4d150d |
|
MD5 | 368bd6ccb27a5c1c370ecef8b095ae94 |
|
BLAKE2b-256 | 6b0257e92cbbb89726a1cb26a3aab4ba93f0cb42b5f132100ab12ab49d6e253d |