Skip to content

Commit

Permalink
Merge pull request #46 from MatusOllah/add-slogcolor
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark authored Jan 12, 2025
2 parents cf55e62 + 4bcb045 commit 9a7d39e
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 @@ -40,6 +40,7 @@ _Record and output formatters._
- [devslog](https://github.com/golang-cz/devslog): Format logs for development.
- [golog](https://github.com/primalskill/golog): Development, discard and production handlers with sensible formatting.
- [slog-formatter](https://github.com/samber/slog-formatter): Common formatters for slog + helpers for building your own.
- [slogcolor](https://github.com/MatusOllah/slogcolor): Color handler for log/slog.
- [slogor](https://gitlab.com/greyxor/slogor): A colorful slog handler.
- [slogpfx](https://github.com/dpotapov/slogpfx): Easily prefix your log messages with attributes from the log record.
- [tint](https://github.com/lmittmann/tint): Handler that writes tinted logs.
Expand Down
4 changes: 4 additions & 0 deletions data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ categories:
- name: slog-formatter
link: https://github.com/samber/slog-formatter
description: Common formatters for slog + helpers for building your own.

- name: slogcolor
link: https://github.com/MatusOllah/slogcolor
description: Color handler for log/slog.

- name: slogor
link: https://gitlab.com/greyxor/slogor
Expand Down

0 comments on commit 9a7d39e

Please sign in to comment.