apex/log
Structured logging package for Go. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3908
- days_rel: n/a
- days_push: 1034
- n_releases_24m: 0
Adoption not part of the score
1376 stars · 110 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
apex/log is a structured logging package for Go, inspired by Logrus and designed with log centralization in mind. It provides a simple API with pluggable handlers for JSON, logfmt, CLI-friendly output, and shipping logs to services like Elasticsearch, Graylog, Kinesis, and Papertrail.
Use cases
- add structured logging to a Go application
- ship logs to Elasticsearch or Graylog from Go
- format logs as JSON or logfmt
- filter logs by level in Go
- fan out logs to multiple destinations
- human-friendly colored CLI log output
When to choose
- you want a simple, Logrus-style structured logging API in Go
- you need pluggable handlers for centralized log collection
- you want lightweight logging with field-based context
When to avoid
- you need a highly active project with frequent updates
- you prefer Go's standard library slog or zerolog/zap performance characteristics
- you need Apex Logs, which is a commercial service
Facets
library · maturity maintenance
logging developer-tools backend go cross-platform structured-logging logrus-inspired log-handlers cli-logging
1 source
- readme: https://github.com/apex/log · fetched 2026-08-28 · 00c98d34fa09
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apex/log | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem