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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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.10-py3-none-any.whl.
File metadata
- Download URL: json_dev_logger-0.0.10-py3-none-any.whl
- Upload date:
- Size: 3.7 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 |
cc4e3bcfd72fb6551f32686460fe3d61a96ae2a2b516d249d0688f8f41fa1ab9
|
|
| MD5 |
84435ba4333ab9a8f3dc1e4e443d60a8
|
|
| BLAKE2b-256 |
7ae6e37dfd17dc8350eb270f218739ee43563c882078ca4fcaccbd1b0c59e427
|