Skip to content

Commit

Permalink
Merge pull request #129 from tonglil/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
thockin committed Jan 19, 2022
2 parents 99e02a9 + 8aa3af1 commit eb02c45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -113,6 +113,8 @@ There are implementations for the following logging libraries:
- **github.com/wojas/genericr**: [genericr](https://github.com/wojas/genericr) (makes it easy to implement your own backend)
- **logfmt** (Heroku style [logging](https://www.brandur.org/logfmt)): [logfmtr](https://github.com/iand/logfmtr)
- **github.com/rs/zerolog**: [zerologr](https://github.com/go-logr/zerologr)
- **github.com/go-kit/log**: [gokitlogr](https://github.com/tonglil/gokitlogr) (also compatible with github.com/go-kit/kit/log since v0.12.0)
- **bytes.Buffer** (writing to a buffer): [bufrlogr](https://github.com/tonglil/buflogr) (useful for ensuring values were logged, like during testing)

## FAQ

Expand Down

0 comments on commit eb02c45

Please sign in to comment.