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

qos-ch/slf4j

Simple Logging Facade for Java observed · 2026-08-28

github.com/qos-ch/slf4j · homepage · Java · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

82/100

  • Activity 99
  • Release rhythm 51
  • Longevity 100
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: 440
  • age_days: 6222
  • days_rel: 113
  • days_push: 8
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

2519 stars · 1024 forks observed · 2026-08-28

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

SLF4J is a simple facade/abstraction for various Java logging frameworks such as java.util.logging, logback, log4j 2.x, reload4j, and tinylog. It lets end users plug in the desired logging framework at deployment time while libraries code against a single stable API.

Use cases

  • decouple library logging from a specific logging framework
  • switch logging backends at deployment time without code changes
  • avoid classpath conflicts from multiple logging APIs in Java projects
  • migrate legacy commons-logging or log4j code to a unified API
  • add logging to a Java library with a single mandatory dependency

When to choose

  • you write Java libraries that should work with any logging backend
  • you want to standardize logging APIs across a multi-module project
  • you need a no-operation default when no binding is present

When to avoid

  • you want a full logging implementation rather than a facade
  • you work outside the JVM ecosystem
  • you need structured logging features provided directly by a backend

Facets

library · maturity stable

logging developer-tools backend jvm logging-facade abstraction logback java

2 sources

Member repositories

RepositoryRoleHealth v2
qos-ch/slf4jmain82

For agents

markdown · JSON · MCP: product_card(name="qos-ch/slf4j")

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