golang/glog
Leveled execution logs for Go observed · 2026-08-28
Health v2 · maintenance only
38/100
- Activity 19
- Release rhythm 28
- 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: 86.5
- age_days: 4796
- days_rel: 491
- days_push: 491
- n_releases_24m: 3
Adoption not part of the score
3598 stars · 921 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A pure Go implementation of leveled logging modeled on Google's C++ glog, providing Info/Warning/Error/Fatal functions plus V-style verbosity control. It supports fine-grained per-file verbosity via the -vmodule flag and efficient boolean-bound logging.
Use cases
- add leveled logging to a Go application
- control log verbosity per file with vmodule flags
- port C++ glog-style logging to Go
- avoid runtime cost of evaluating log arguments
- use Google's internal-style logging in Go projects
When to choose
- you want glog-compatible leveled logging in Go
- you need per-file verbosity control via command-line flags
- you want zero-cost logging when verbosity is disabled
When to avoid
- you need new features or active development - the repo is export-only and feature requests are ignored
- you prefer structured or pluggable logging libraries like zap or zerolog
- you want a logger with built-in log shipping or output customization
Facets
library · maturity maintenance
logging developer-tools backend go cross-platform leveled-logging vmodule google-glog-port
1 source
- readme: https://github.com/golang/glog · fetched 2026-08-28 · 84548027d5c6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| golang/glog | main | 38 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem