Skip to content

🎨logger is a colorful, json support, context-aware logging library.🎨

License

Notifications You must be signed in to change notification settings

catalystgo/logger

Repository files navigation

logger 📝

Go Report Card Go Reference GitHub

logger/log 🎨

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/log documentation

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.

logger/logger documentation

Milestone 💎

  • Add wakatime badge
  • Write tests