Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alimy/logus
- Owner: alimy
- License: apache-2.0
- Fork: true (unisx/logus)
- Created: 2018-12-19T16:00:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T10:33:44.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T06:36:07.076Z (5 months ago)
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 mainimport "github.com/alimy/logus"
func main() {
logus.Debug("just a wrap of zap")
}
```