25 lines
522 B
Markdown
Executable File
25 lines
522 B
Markdown
Executable File
# logging
|
|
|
|
[![GoDoc](https://godoc.org/amuz.es/src/go/logging?status.png)](http://godoc.org/amuz.es/src/go/logging)
|
|
[![Go Report](https://goreportcard.com/badge/spi-ca/logging)](http://goreportcard.com/report/spi-ca/logging)
|
|
|
|
## 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:
|
|
|
|
```
|
|
go get amuz.es/src/go/logging
|
|
```
|
|
|
|
## Getting Started
|
|
TBD
|