An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# log

zap logger with lumberjack

[![GoDoc](https://godoc.org/github.com/things-go/log?status.svg)](https://godoc.org/github.com/things-go/log)
[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/github.com/things-go/log?tab=doc)
[![codecov](https://codecov.io/gh/things-go/log/branch/main/graph/badge.svg)](https://codecov.io/gh/things-go/log)
[![Tests](https://github.com/things-go/log/actions/workflows/ci.yml/badge.svg)](https://github.com/things-go/log/actions/workflows/ci.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/things-go/log)](https://goreportcard.com/report/github.com/things-go/log)
[![Licence](https://img.shields.io/github/license/things-go/log)](https://raw.githubusercontent.com/things-go/log/main/LICENSE)
[![Tag](https://img.shields.io/github/v/tag/things-go/log)](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.