2022-03-18 09:21:04 +09:00
|
|
|
# logging
|
|
|
|
|
2022-03-18 14:48:56 +09:00
|
|
|
[![GoDoc](https://godoc.org/amuz.es/src/go/logging?status.png)](http://godoc.org/amuz.es/src/go/logging)
|
2022-03-18 16:24:07 +09:00
|
|
|
[![Go Report](https://goreportcard.com/badge/spi-ca/logging)](http://goreportcard.com/report/spi-ca/logging)
|
2022-03-18 09:21:04 +09:00
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
logging is a convenient wrapper of [zap](https://github.com/uber-go/zap) logger.
|
|
|
|
It provides grouping, rotation.
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
Go 1.5 or above.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Run the following command to install the package:
|
|
|
|
|
|
|
|
```
|
2022-03-18 14:48:56 +09:00
|
|
|
go get amuz.es/src/go/logging
|
2022-03-18 09:21:04 +09:00
|
|
|
```
|
|
|
|
|
|
|
|
## Getting Started
|
2022-03-18 15:54:40 +09:00
|
|
|
TBD
|