Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 08 Jun 22:18

GoLogX v0.2.2

Tamper-evident logging for Go: an append-only, hash-chained, optionally
signed log/slog handler that logx verify can check, plus the everyday
pretty-print, JSON, rotation, and fan-out. Zero external dependencies.

Changelog


Install:

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

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

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

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

Or download a prebuilt binary below.