Skip to content

Commit

Permalink
Merge pull request #38 from delicb/add-slogbuffer
Browse files Browse the repository at this point in the history
add slogbuffer
  • Loading branch information
sagikazarmark authored Sep 16, 2024
2 parents df08443 + 305e731 commit 870d35c
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 @@ -24,6 +24,7 @@ _General purpose handlers and integrations._
- [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.
- [slogbuffer](https://github.com/delicb/slogbuffer): Buffer log records until real handler is defined.
- [sloggen](https://github.com/go-simpler/sloggen): Generate various helpers.
- [sloglint](https://github.com/go-simpler/sloglint): Ensure consistent code style.

Expand Down
4 changes: 4 additions & 0 deletions data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ categories:
link: https://github.com/sagikazarmark/slog-shim
description: Backward compatible slog support for Go <1.21.

- name: slogbuffer
link: https://github.com/delicb/slogbuffer
description: Buffer log records until real handler is defined.

# Potential new category: Extensions?
- name: sloggen
link: https://github.com/go-simpler/sloggen
Expand Down

0 comments on commit 870d35c

Please sign in to comment.