cihub/seelog
Seelog is a native Go logging library that provides flexible asynchronous dispatching, filtering, and formatting. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5403
- days_rel: n/a
- days_push: 2739
- n_releases_24m: 0
Adoption not part of the score
1633 stars · 238 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Seelog is a native Go logging library providing flexible asynchronous dispatching, filtering, and formatting of log messages. It supports XML-based configuration, hot-reloading of config, multiple output writers (console, file, rolling, SMTP), and adjustable formatting.
Use cases
- log messages from a Go application with configurable formats
- configure logging via XML without recompiling
- write logs to multiple destinations simultaneously
- rotate log files automatically
- change logging configuration at runtime without restart
- minimize logging performance overhead with async dispatch
When to choose
- you need flexible, XML-configurable logging in Go
- you want async logging with multiple writers and rotation
- you need per-file or per-function log configuration
When to avoid
- you want a actively developed library with recent releases
- you prefer structured logging with modern Go logging standards like slog
- your project needs long-term community support
Facets
library · maturity maintenance
logging developer-tools backend go cross-platform xml-config async-logging log-rotation log-filtering
1 source
- readme: https://github.com/cihub/seelog · fetched 2026-08-28 · 9596fa72a2bd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cihub/seelog | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem