diff --git a/README.md b/README.md index 177a5d6..080a1eb 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ _Adapters for other logging libraries._ - [go-hclog-slog](https://github.com/evanphx/go-hclog-slog): Handler adapter for hclog. - [gslog](https://github.com/maguro/gslog): Handler adapter for Google Cloud Logging. +- [slog-gokit](https://github.com/tjhop/slog-gokit): Go slog handler adapter for go-kit/log. - [slog-logrus](https://github.com/samber/slog-logrus): Handler adapter for logrus. - [slog-zap](https://github.com/samber/slog-zap): Handler adapter for zap. - [slog-zerolog](https://github.com/samber/slog-zerolog): Handler adapter for zerolog. diff --git a/data.yaml b/data.yaml index 52fe087..0a26091 100644 --- a/data.yaml +++ b/data.yaml @@ -183,6 +183,10 @@ categories: link: https://github.com/maguro/gslog description: Handler adapter for Google Cloud Logging. + - name: slog-gokit + link: https://github.com/tjhop/slog-gokit + description: Go slog handler adapter for go-kit/log. + - name: slog-logrus link: https://github.com/samber/slog-logrus description: Handler adapter for logrus.