From 10902523c8644c7dcd0a107f4603e3e95356e615 Mon Sep 17 00:00:00 2001 From: GreyXor Date: Sat, 6 Jan 2024 21:57:40 +0100 Subject: [PATCH] Add slogor --- README.md | 1 + data.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 35b293b..ccf2dd7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/data.yaml b/data.yaml index c851397..f20586d 100644 --- a/data.yaml +++ b/data.yaml @@ -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.