Skip to content

Commit

Permalink
chore: preserve alphabetical ordering in adapters
Browse files Browse the repository at this point in the history
Signed-off-by: TJ Hoplock <[email protected]>
  • Loading branch information
tjhop committed Nov 22, 2024
1 parent b2b9713 commit 321d628
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ _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.
- [zaphandler](https://github.com/chanchal1987/zaphandler): Handler adapter for Zap.
- [slog-gokit](https://github.com/tjhop/slog-gokit): Go slog handler adapter for go-kit/log.

**[⬆ back to top](#contents)**

Expand Down
8 changes: 4 additions & 4 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 All @@ -199,10 +203,6 @@ categories:
link: https://github.com/chanchal1987/zaphandler
description: Handler adapter for Zap.

- name: slog-gokit
link: https://github.com/tjhop/slog-gokit
description: Go slog handler adapter for go-kit/log.

- name: Integrations
description: "`log/slog` integrations into third-party components."
items:
Expand Down

0 comments on commit 321d628

Please sign in to comment.