# cihub/seelog

Seelog is a native Go logging library that provides flexible asynchronous dispatching, filtering, and formatting.

Repository: https://github.com/cihub/seelog
Canonical: https://ross.abutalabs.com/products/seelog
Language: Go
License: BSD-3-Clause
License Family: permissive
Last push: 2019-03-04T07:03:16+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5403, "days_push": 2739, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1633, forks 238 (observed 2026-08-28T04:05:14.297113+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: logging
- domain: developer-tools, backend
- platform: go, cross-platform
- tags: xml-config, async-logging, log-rotation, log-filtering

## Member repositories
- cihub/seelog (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:14.297113+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:47:20.330125+00:00, confidence not recorded.
  - readme: https://github.com/cihub/seelog (fetched 2026-08-28T04:05:14.297113+00:00, sha 9596fa72a2bd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
