log
log copied to clipboard
A minimal, colorful Go logging library 🪵
This adds support for slog attributes and fixes #119.
**Is your feature request related to a problem? Please describe.** I was using the JSONFormatter to print structure, when i saw that `encoding/json` doesn't support `map[interface{}]interface{}` Since the logger doesn't...
Hi, thanks a lot for creating this package! I have been playing around with it a bit today, but I have not been able to find a way that ensures...
was checking this out as a way of improving displayed logs however noticed that `slog.Group` fields are represented differently for both the text and json formatter Here is the output...
I just reviewed #61 and ended up with some questions. I think this might be good to document a bit on the main readme docs. What happens when I use...
Hi, I'm thinking about using this library in a larger project at the company I work for. And I just have one question: is it planned to implement the hooks...
current logger didn't support [log/slog.LogValuer](https://pkg.go.dev/log/slog#LogValuer), rather just `a.Value.String()` should `a.Value.Resolve` to respect interface `LogValuer` ``` // Handle handles the Record. It will only be called if Enabled returns true. //...
I'm interested in trying your lib, but not sure if it has Panic.
Needs smooth migration or as enhancement
**Is your feature request related to a problem? Please describe.** I'd love if there was a built-in logfiles and log-rotation feature of some kind, perhaps like lumberjack, perhaps with a...