Sangbum Kim 01fda8cb8c | ||
---|---|---|
rotater | ||
.gitignore | ||
LICENSE | ||
README.md | ||
common.go | ||
global.go | ||
go.mod | ||
hook_logger.go | ||
log_format.go | ||
logger.go | ||
wrapped.go |
README.md
logging
Description
logging is a convenient wrapper of zap logger. It provides grouping, rotation.
Requirements
Go 1.5 or above.
Installation
Run the following command to install the package:
go get amuz.es/src/go/logging
Getting Started
TBD