Skip to content

Commit eb02c45

Browse files
authored
Merge pull request #129 from tonglil/patch-1
Update README.md
2 parents 99e02a9 + 8aa3af1 commit eb02c45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ There are implementations for the following logging libraries:
113113
- **github.com/wojas/genericr**: [genericr](https://github.com/wojas/genericr) (makes it easy to implement your own backend)
114114
- **logfmt** (Heroku style [logging](https://www.brandur.org/logfmt)): [logfmtr](https://github.com/iand/logfmtr)
115115
- **github.com/rs/zerolog**: [zerologr](https://github.com/go-logr/zerologr)
116+
- **github.com/go-kit/log**: [gokitlogr](https://github.com/tonglil/gokitlogr) (also compatible with github.com/go-kit/kit/log since v0.12.0)
117+
- **bytes.Buffer** (writing to a buffer): [bufrlogr](https://github.com/tonglil/buflogr) (useful for ensuring values were logged, like during testing)
116118

117119
## FAQ
118120

0 commit comments

Comments
 (0)