Skip to content

Commit

Permalink
Merge pull request #45 from tjhop/feat/add-slog-gokit-adapter
Browse files Browse the repository at this point in the history
feat: add slog-gokit adapter
  • Loading branch information
sagikazarmark authored Jan 3, 2025
2 parents f0ebc13 + 321d628 commit cf55e62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cf55e62

Please sign in to comment.