Skip to content

v0.1.14

Choose a tag to compare

@github-actions github-actions released this 18 May 11:01

GoLogX v0.1.14

A small, fast, zero-dependency toolkit on top of Go's standard log/slog,
plus the logx CLI for pretty-printing JSON logs from any pipeline.

Changelog


Install:

# Library
go get github.com/AyoubTadlaoui/GoLogX/logx@v0.1.14

# CLI from source
go install github.com/AyoubTadlaoui/GoLogX/cmd/logx@v0.1.14

# CLI via Homebrew (macOS / Linux)
brew install AyoubTadlaoui/tap/logx

# CLI via Docker (linux/amd64, linux/arm64)
docker pull ghcr.io/ayoubtadlaoui/logx:0.1.14

Or download a prebuilt binary below.