Logx is just a simple wrapper for the log/slog
library.
- Support for multiple logging levels (Debug, Verbose, Info, Warn, Error, Panic)
- Handlers for different output formats:
- JSON (log/slog)
- Text (log/slog)
- ColorText (github.com/MatusOllah/slogcolor)
To install Logx, use the following command:
go get github.com/av1ppp/logx