polvo-logger is a simple logging utility written in Go.
It provides a structured and efficient way to log messages for your applications.
- Lightweight and easy to use
- Structured logging for better readability
- Configurable log levels
Activate the project's Git hook to ensure your commit messages follow the recommended conventions.
After cloning this repository, run:
chmod +x .githooks/commit-msg
git config core.hooksPath .githooks
git config core.hooksPath # To verifyIf you made changes to the project, don't forget to create the PlantUML diagram by running:
goplantuml -recursive . > ./paper/classDiagram.puml