Advanced Python logger with lifecycle tracking, signing, and single-instance protection
Project description
jvlogger
Production-ready Python logger.
Features
- Colored console logs
- JSON log files
- Daily rotation
- Global exception hooks
- Windows single-instance protection
- last_crash.log
Installation
pip install jvlogger
How to use it:
from jvlogger import JVLogger
logger_wrapper = JVLogger()
logger = logger_wrapper.get_logger()
run your app main function here (logger)
logger_wrapper.close()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jvlogger-0.1.2.tar.gz
(13.5 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
jvlogger-0.1.2-py3-none-any.whl
(14.7 kB
view details)
File details
Details for the file jvlogger-0.1.2.tar.gz.
File metadata
- Download URL: jvlogger-0.1.2.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2f08da8b3fce081d7ca716b667cb3d592220805d6b2c30181c783d91923005d
|
|
| MD5 |
6abc3304febf9aae5e40376be8148455
|
|
| BLAKE2b-256 |
4ae6657fd7cabc33704d7731728586a3cd32eb5520423528d05572b8c0d267ba
|
File details
Details for the file jvlogger-0.1.2-py3-none-any.whl.
File metadata
- Download URL: jvlogger-0.1.2-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3f0cf13f00903c519756dd52e802f096e8b4e8769f6659a8fec4b2af26b0d92
|
|
| MD5 |
d5c041701702974b15ae80cc4b7e2b13
|
|
| BLAKE2b-256 |
4bf37787a64f4fbcfa94ec18495bb55310fbe9a428382b83db9b723c862b1033
|