emilk/loguru
A lightweight C++ logging library observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 95
- 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: 4182
- days_rel: n/a
- days_push: 33
- n_releases_24m: 0
Adoption not part of the score
1907 stars · 278 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Loguru is a lightweight, dependency-free C++ logging library consisting of just two files. It offers verbosity levels, assertions, abort handling with cleaned-up stack traces, and user-installable callbacks for custom log output.
Use cases
- add logging to a C++ application with minimal setup
- print stack traces when the program aborts or crashes
- log to multiple files with different verbosity levels
- display severe log messages on-screen in a game or app via callbacks
- replace glog with a faster, simpler logging library
When to choose
- you want a small, fast C++ logger with no dependencies
- you need human-readable, grep-friendly log output
- you want stack traces on fatal errors and signals
- you need custom log callbacks for on-screen display
When to avoid
- you need structured or JSON log output
- you require distributed tracing or log aggregation integrations
- you need async logging with advanced sinks like syslog or logstash
Facets
library · maturity stable
logging developer-tools backend cpp cross-platform windows stack-traces header-only-friendly no-dependencies fatal-error-handling verbosity-levels linux macos
1 source
- readme: https://github.com/emilk/loguru · fetched 2026-08-28 · edcd32b0b9fb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| emilk/loguru | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem