Skip to content

Commit

Permalink
Merge pull request #13 from GreyXor/main
Browse files Browse the repository at this point in the history
Add slogor
  • Loading branch information
sagikazarmark authored Jan 9, 2024
2 parents b7f3af3 + 1090252 commit 1739d2e
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 @@ -35,6 +35,7 @@ _Record and output formatters._
- [console-slog](https://github.com/phsym/console-slog): Handler that prints colorized logs, similar to zerolog's console writer output without sacrificing performances.
- [devslog](https://github.com/golang-cz/devslog): Format logs for development.
- [slog-formatter](https://github.com/samber/slog-formatter): Common formatters for slog + helpers for building your own.
- [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.
- [zlog](https://github.com/jeffry-luqman/zlog): Handler that writes beautiful, human readable logs.
Expand Down
4 changes: 4 additions & 0 deletions data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ categories:
link: https://github.com/samber/slog-formatter
description: Common formatters for slog + helpers for building your own.

- name: slogor
link: https://gitlab.com/greyxor/slogor
description: A colorful slog handler.

- name: slogpfx
link: https://github.com/dpotapov/slogpfx
description: Easily prefix your log messages with attributes from the log record.
Expand Down

0 comments on commit 1739d2e

Please sign in to comment.