Alexander Laties

Results 1 issues of Alexander Laties

I'd like to extend the [`SugaredLogger`](https://godoc.org/go.uber.org/zap#SugaredLogger) to implement [go-kit/log](https://github.com/go-kit/kit/tree/master/log)'s [`log.Logger`](https://godoc.org/github.com/go-kit/kit/log#Logger) interface. This would make `zap` easier to integrate with codebases that already use [`go-kit/log`](https://github.com/go-kit/kit/tree/master/log) and simplify migrating to `zap` down...