Overview
Template Logger is a small reusable logging template: a starting point to get consistent, readable logs in any Python project.
It is published as a template repository, so new projects can start from it in one click.
Key Features
- Drop-in logger configuration
- Consistent formatting across projects
- Colored and classified logs (Info, Debug, Error)
Tech Stack
Written in Python using the standard logging module. See the repository for usage.