# README
logger 📝
logger/cli
🎨
A simple and colorful logging package for Go.
It provides different log levels, colors, and prefixes for each log level. a good fit for CLI applications.
logger/logger
📜
A simple wrapper over zap logger.
It supports various log levels, json output, context awareness, and traceability. a good fit for web applications.
Milestone 💎
- Add wakatime badge
- Write tests