Skip to content

Commit

Permalink
Merge pull request #20 from smallnest/main
Browse files Browse the repository at this point in the history
add slog-exp
  • Loading branch information
sagikazarmark authored Mar 13, 2024
2 parents f3fbd4e + dde051e commit 40c2518
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ _Do you have something to add? Please read the [contributing guide](CONTRIBUTING

_General purpose handlers and integrations._

- [slog-exp](https://github.com/smallnest/slog-exp): Individual log files foe levels, Wrapping ReplaceAttr, displaying goroutine id, etc.
- [slog-multi](https://github.com/samber/slog-multi): Chaining handlers (pipe, router, fanout, etc).
- [slog-sampling](https://github.com/samber/slog-sampling): Drop repetitive log entries.
- [slog-shim](https://github.com/sagikazarmark/slog-shim): Backward compatible slog support for Go <1.21.
Expand Down Expand Up @@ -127,4 +128,3 @@ _Resources documenting the creation of `log/slog`._
- [Proposal issue](https://github.com/golang/go/issues/56345)

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

4 changes: 4 additions & 0 deletions data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ categories:
- name: General
description: General purpose handlers and integrations.
items:
- name: slog-exp
link: https://github.com/smallnest/slog-exp
description: Individual log files foe levels, Wrapping ReplaceAttr, displaying goroutine id, etc.

- name: slog-multi
link: https://github.com/samber/slog-multi
description: Chaining handlers (pipe, router, fanout, etc).
Expand Down

0 comments on commit 40c2518

Please sign in to comment.