Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alimy/logus

Just a wrap of Zap, export useful interface.
https://github.com/alimy/logus

Last synced: about 1 month ago
JSON representation

Just a wrap of Zap, export useful interface.

Awesome Lists containing this project

README

        

## logus
Just a wrap of [Zap](https://github.com/uber-go/zap 'zap in GitHub'), export useful interface.

```$go
package main

import "github.com/alimy/logus"

func main() {
logus.Debug("just a wrap of zap")
}
```