Warning
This project is archived and no longer maintained. Consider using log/slog
instead.
Read more about why it was archived in this post.
Logur adapter for Uber's Zap
go get logur.dev/adapter/zap
package main
import (
"go.uber.org/zap"
zapadapter "logur.dev/adapter/zap"
)
func main() {
logger := zapadapter.New(zap.NewNop())
}
When all coding and testing is done, please run the test suite:
$ make check
The MIT License (MIT). Please see License File for more information.