Sound Alerts, Styled Tracebacks & Email Notifications β Ready for Production!
This is a production-ready error logging system designed for serious Python CLI apps and automation tools.
It delivers instant feedback, ensuring you never miss a bug.
| Feature | Status |
|---|---|
| π¨ Styled Terminal Logs | β Included |
| β‘ Auto Traceback Hooking | β Included |
| π Sound Alerts for Errors | β Included |
| ποΈ Rotating File Logging | β Included |
| π§ Email Error Notifications | β Optional |
This system is crafted for developers who need:
pip install playsound rich
from cli_logger_with_alerts import attach_global_traceback, launch_loader
attach_global_traceback() # Auto-hook global exception logger
launch_loader() # Your CLI toolβs main function
Unlike basic loggers, this system:
π Pro Tip: Enable email alerts by configuring SMTP settings in
email_utils.py
π Ready to improve your
CLI debugging?
π‘ Found this useful? Give it a β and share with your
Python friends!
π Contact me any help
MIT β Free to use, modify, and enhance in your own projects.