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.0.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.0-py3-none-any.whl
(14.7 kB
view details)
File details
Details for the file jvlogger-0.1.0.tar.gz.
File metadata
- Download URL: jvlogger-0.1.0.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 |
8e63105ed1444bfbca9d43538a88dc6925978c62825f5d44e2c735c78cf5cb43
|
|
| MD5 |
07fffa42579837b606ec329a7421863d
|
|
| BLAKE2b-256 |
2cf4dbd9b6a3f0a34e0392c21a170fe29c8583afd46bad92d35ef38c54339f18
|
File details
Details for the file jvlogger-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jvlogger-0.1.0-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 |
cb3e1921111993b28fb1b1dc59f06f9b0624f60aee87c80b13ee927a56236bbe
|
|
| MD5 |
c836ed39133c4a1aff911ed7fbbf01af
|
|
| BLAKE2b-256 |
81bd8091225a09d8704f8b0769cd4e558c55c2898c02e3bbe296d243dbf54f7c
|