https://github.com/things-go/log
zap logger with lumberjack
https://github.com/things-go/log
Last synced: 5 months ago
JSON representation
zap logger with lumberjack
- Host: GitHub
- URL: https://github.com/things-go/log
- Owner: things-go
- License: mit
- Created: 2022-08-23T03:11:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T13:01:19.000Z (about 2 years ago)
- Last Synced: 2024-04-28T04:07:07.124Z (about 2 years ago)
- Language: Go
- Size: 104 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# log
zap logger with lumberjack
[](https://godoc.org/github.com/things-go/log)
[](https://pkg.go.dev/github.com/things-go/log?tab=doc)
[](https://codecov.io/gh/things-go/log)
[](https://github.com/things-go/log/actions/workflows/ci.yml)
[](https://goreportcard.com/report/github.com/things-go/log)
[](https://raw.githubusercontent.com/things-go/log/main/LICENSE)
[](https://github.com/things-go/log/tags)
## Features
## Usage
### Installation
Use go get.
```bash
go get github.com/things-go/log
```
Then import the package into your own code.
```bash
import "github.com/things-go/log"
```
### Example
[embedmd]:# (_examples/main.go go)
```go
```
## License
This project is under MIT License. See the [LICENSE](LICENSE) file for the full license text.