json logger, very helpful for developers at developing stage
Project description
py_logger
locally:
to add:
git submodule add git@github.com:Areso/py_logger.git
git submodule update --init
to update:
git submodule update --remote
git commit -am "Upgraded dependency"
to downgrade:
cd path/to/submodule_dir/within/the?repo
git reset --hard <commit_hash_or_tag>
cd ..
git commit -am "Downgraded dependency"
git push
on a remote:
git submodule init
git submodule update --init
to use inside your code
from py_logger.py_logger import setup_logger
...
logger_c = setup_logger()
logger_c.info("Program has started")
as pip3 package
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
json_dev_logger-0.0.7.tar.gz
(2.3 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 json_dev_logger-0.0.7.tar.gz.
File metadata
- Download URL: json_dev_logger-0.0.7.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8743549c09e2bdd9e27f5aa88eb0629d0d7be2c21c367ee346c7314b4ea923ad
|
|
| MD5 |
92bb14ab2a2bb186b7644cf12065a3d1
|
|
| BLAKE2b-256 |
2388a39a3ac4f5d86e85368371a724c787d1f230a7c2ca8b4bc3ab4837bcec17
|
File details
Details for the file json_dev_logger-0.0.7-py3-none-any.whl.
File metadata
- Download URL: json_dev_logger-0.0.7-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe0ee8a739b172e478e3ea5befadca383d4257cf43eee9613eff8cdf854882cd
|
|
| MD5 |
8034b38e49b99ecaa4d7853dde4552f7
|
|
| BLAKE2b-256 |
883a3bb35bfbff5c609ae40dfe56e2ca0f37d8d9d858cb7a9503d8640c550612
|