awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
emilk avatar

emilk/loguru

0
View on GitHub↗
1,900 estrellas·276 forks·C++·Unlicense·2 vistas

Loguru

A lightweight C++ logging library

Features

  • Debugging and Logging - Flexible logging library.
  • Logging Frameworks - Lightweight logging library for C++.
  • Logging Libraries - Lightweight and flexible logging for C++ applications.

Historial de estrellas

Gráfico del historial de estrellas de emilk/loguruGráfico del historial de estrellas de emilk/loguru

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Loguru

Proyectos open-source similares, clasificados según cuántas características comparten con Loguru.
  • rs/zerologAvatar de rs

    rs/zerolog

    12,220Ver en GitHub↗

    Zerolog is a structured logging library for Go designed for high-performance event capture and observability. It focuses on generating machine-readable JSON output while minimizing memory overhead through zero-allocation buffer encoding and strongly-typed field validation. The library distinguishes itself by providing a chainable, context-aware interface that allows developers to bind trace identifiers and metadata directly to request lifecycles. It supports complex diagnostic workflows by enabling independent logger instances, custom output routing to multiple concurrent destinations, and ev

    Gogolangjsonlogging
    Ver en GitHub↗12,220
  • mengrao/fmtlogAvatar de MengRao

    MengRao/fmtlog

    1,020Ver en GitHub↗

    fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.

    C++fmtlibhigh-performancelogging
    Ver en GitHub↗1,020
  • gabime/spdlogAvatar de gabime

    gabime/spdlog

    28,922Ver en GitHub↗

    spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It serves as an asynchronous logging framework and thread-safe library that coordinates access across concurrent threads to maintain message integrity. The project functions as a multi-target log router, distributing single events to multiple destinations such as consoles, files, and system daemons. It includes a log rotation manager that handles file lifecycles through basic, rotating, or daily rollover strategies to prevent disk exhaustion. The library covers a broad range of cap

    C++cppcpp11header-only
    Ver en GitHub↗28,922
  • sirupsen/logrusAvatar de sirupsen

    sirupsen/logrus

    25,736Ver en GitHub↗

    Logrus is a structured logging library for Go that produces machine-readable output using key-value pairs and JSON formatting. It serves as a pluggable logging framework providing a thread-safe event logger with configurable mutex locking to manage concurrent writes across multiple goroutines. The project distinguishes itself through a pluggable hook system that routes log entries to external services or custom destinations. It also features a contextual logger capable of attaching persistent metadata and request-scoped fields to entries to improve traceability. The framework covers broad ob

    Gogologginglogrus
    Ver en GitHub↗25,736
Ver las 30 alternativas a Loguru→

Preguntas frecuentes

¿Qué hace emilk/loguru?

A lightweight C++ logging library

¿Cuáles son las características principales de emilk/loguru?

Las características principales de emilk/loguru son: Debugging and Logging, Logging Frameworks, Logging Libraries.

¿Qué alternativas de código abierto existen para emilk/loguru?

Las alternativas de código abierto para emilk/loguru incluyen: uber-go/zap — Zap is a high-performance structured logging library designed for production environments. It provides a framework for… sirupsen/logrus — Logrus is a structured logging library for Go that produces machine-readable output using key-value pairs and JSON… mengrao/fmtlog — fmtlog is a performant fmtlib-style logging library with latency in nanoseconds. gabime/spdlog — spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It… rs/zerolog — Zerolog is a structured logging library for Go designed for high-performance event capture and observability. It… folke/snacks.nvim — snacks.nvim is a comprehensive collection of quality-of-life plugins and utilities designed to extend the core…