Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 352 Bytes

Log Maestro: Zap in Action

This project showcases the power of the Zap logging library for Go applications.

Setup:

. env.sh
go get go.uber.org/zap
go run src/basic/main.go 

Examples:

  • Minimalist Logging: ./src/basic
  • Configured Logging: ./src/config
  • Shared Logger: ./src/shared
  • Custom Log Format: ./src/format