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

gabime/spdlog

Fast C++ logging library. observed · 2026-08-28

github.com/gabime/spdlog · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

81/100

  • Activity 96
  • Release rhythm 52
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 83
  • age_days: 4324
  • days_rel: 241
  • days_push: 25
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

29526 stars · 5390 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

spdlog is a very fast C++ logging library that can be used header-only or compiled, with formatting powered by the fmt library. It supports asynchronous logging, multiple log targets (rotating/daily files, console, syslog, Windows event log), runtime-adjustable log levels, and backtrace buffering.

Use cases

  • add fast logging to a C++ application
  • log to rotating or daily files in C++
  • asynchronous logging for multithreaded C++ programs
  • colored console logging in C++
  • header-only logging library for C++11
  • write logs to syslog or Windows event log

When to choose

  • you need high-performance logging in a C++ project
  • you want a header-only option with no dependencies beyond fmt
  • you need multiple log sinks like files, console, syslog, or Windows event log
  • you want runtime-configurable log levels and backtrace support

When to avoid

  • you are not working in C++
  • you need structured/JSON logging out of the box without extra sinks
  • you require a distributed or centralized logging solution rather than an in-process library

Facets

library · maturity stable

logging developer-tools backend cross-platform cpp windows cross-platform header-only cpp11 asynchronous-logging log-rotation fmt-based-formatting high-performance linux macos android

1 source

Member repositories

RepositoryRoleHealth v2
gabime/spdlogmain81

For agents

markdown · JSON · MCP: product_card(name="gabime/spdlog")

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