https://github.com/corestoreio/log
Package log provides a minimal Logger interface and structured logging based on the idea of uber-go/zap
https://github.com/corestoreio/log
golang log logging structured-logging
Last synced: 4 months ago
JSON representation
Package log provides a minimal Logger interface and structured logging based on the idea of uber-go/zap
- Host: GitHub
- URL: https://github.com/corestoreio/log
- Owner: corestoreio
- Created: 2016-12-23T09:39:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T20:27:45.000Z (over 4 years ago)
- Last Synced: 2023-08-09T15:44:37.466Z (almost 3 years ago)
- Topics: golang, log, logging, structured-logging
- Language: Go
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# log
Package log contains a minimal Logger interface and structured logging based on
the idea of uber-go/zap.
It also provides wrapper to favorite log libraries like log15, standard lib log and uber-go/zap.
Min. Go Version: 1.9
[Read the package documentation for more information](https://godoc.org/github.com/corestoreio/log).
## Contributing
Please have a look at the [contribution guidelines](https://github.com/corestoreio/corestore/blob/master/CONTRIBUTING.md).
## Acknowledgements
Some packages have been fully refactored but the initial idea has been extracted
from the geniuses listed below:
| Name | Package | License |
| -------|----------|-------|
| Uber Technologies, Inc. | [log](https://github.com/corestoreio/log) | Copyright (c) 2016 MIT License |
## Licensing
CoreStore is licensed under the Apache License, Version 2.0. See
[LICENSE](https://github.com/corestoreio/corestore/blob/master/LICENSE) for the full license text.
## Copyright
[Cyrill Schumacher](http://cyrillschumacher.com) - [PGP Key](https://keybase.io/cyrill)