google/glog
C++ implementation of the Google logging module observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 22
- Release rhythm 8
- Longevity 100
Flags: archived
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: 4209
- days_rel: n/a
- days_push: 473
- n_releases_24m: 0
Adoption not part of the score
7393 stars · 2242 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Google's C++14 application-level logging library providing stream-based logging APIs and helper macros. The project is deprecated and will be archived on 2025-06-30, with ng-log and Abseil Logging as recommended successors.
Use cases
- add structured logging to a C++ application
- log with severity levels like INFO, WARNING, ERROR
- replace printf debugging with stream-style logging macros
- configure log output to files and stderr in C++
- migrate legacy glog-based code to a maintained fork
When to choose
- maintaining or reading legacy C++ code that already depends on glog
- you need the exact historical glog API for compatibility
When to avoid
- starting a new C++ project - use ng-log or Abseil Logging instead
- you need bug fixes or ongoing support, since the project is archived
Facets
library · maturity abandoned
logging developer-tools backend cpp cross-platform google-logging deprecated stream-logging macros
2 sources
- readme: https://github.com/google/glog · fetched 2026-08-28 · 92667725539c
- homepage: http://google.github.io/glog/ · fetched 2026-08-29 · 0cc59130a56d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/glog | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem