Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zombiezen/go-log
Another logging package for Go.
https://github.com/zombiezen/go-log
go golang logging
Last synced: 4 months ago
JSON representation
Another logging package for Go.
- Host: GitHub
- URL: https://github.com/zombiezen/go-log
- Owner: zombiezen
- License: bsd-3-clause
- Created: 2017-02-21T16:45:53.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T03:09:38.000Z (over 1 year ago)
- Last Synced: 2024-10-21T22:23:22.826Z (4 months ago)
- Topics: go, golang, logging
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# zombiezen.com/go/log
This package is the concrete implementation of the design described in
[DESIGN.md][], formerly a proposal for the Go project. While it was not
suitable for being an "official" package, I still wanted to use it for my own
projects. If others find it helpful, then I'm happy.This is not an official Google or Go project.
[DESIGN.md]: https://github.com/zombiezen/go-log/blob/main/DESIGN.md
## Install
```bash
go get zombiezen.com/go/log
```## Documentation
Docs on [pkg.go.dev](https://pkg.go.dev/zombiezen.com/go/log?tab=doc).
## License
BSD - see [LICENSE](https://github.com/zombiezen/go-log/blob/main/LICENSE).