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.8.tar.gz
(3.2 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.8.tar.gz.
File metadata
- Download URL: json_dev_logger-0.0.8.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
331f7535beb0b2f0401f10ff1e9c181f2c6eba2a5c7ee04e16e6818516a7ed0a
|
|
| MD5 |
123f08ccfb39d89a60e9691e9ca43ce9
|
|
| BLAKE2b-256 |
082fab0bd82bb2c50f7c95a6a8934469b49d607b3d43304f53075b12fef76a6d
|
File details
Details for the file json_dev_logger-0.0.8-py3-none-any.whl.
File metadata
- Download URL: json_dev_logger-0.0.8-py3-none-any.whl
- Upload date:
- Size: 3.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 |
cf20354e9643a0b81783c5f1bb7ff715365e1c034db683410c6f642a9aec954c
|
|
| MD5 |
7840865493fbbc0b0afaa7fc591d68e1
|
|
| BLAKE2b-256 |
743a333bcdd7726c688477432644b787c99932356145e2ba11a3c29b6b1264d4
|