Ross ROSS = Recommend OSS · open-source software intelligence for agents

emilk/loguru

A lightweight C++ logging library observed · 2026-08-28

github.com/emilk/loguru · C++ · Unlicense (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
emilk/logurumain66

For agents

markdown · JSON · MCP: product_card(name="emilk/loguru")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem