File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ There are implementations for the following logging libraries:
113
113
- ** github.com/wojas/genericr** : [ genericr] ( https://github.com/wojas/genericr ) (makes it easy to implement your own backend)
114
114
- ** logfmt** (Heroku style [ logging] ( https://www.brandur.org/logfmt ) ): [ logfmtr] ( https://github.com/iand/logfmtr )
115
115
- ** 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)
116
118
117
119
## FAQ
118
120
You can’t perform that action at this time.
0 commit comments