awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
emilk avatar

emilk/loguru

0
View on GitHub↗
1,900 星标·276 分支·C++·Unlicense·2 次浏览

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.

Star 历史

emilk/loguru 的 Star 历史图表emilk/loguru 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Loguru 的开源替代方案

相似的开源项目,按与 Loguru 的功能重合度排序。
  • rs/zerologrs 的头像

    rs/zerolog

    12,220在 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
    在 GitHub 上查看↗12,220
  • mengrao/fmtlogMengRao 的头像

    MengRao/fmtlog

    1,020在 GitHub 上查看↗

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

    C++fmtlibhigh-performancelogging
    在 GitHub 上查看↗1,020
  • gabime/spdloggabime 的头像

    gabime/spdlog

    28,922在 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
    在 GitHub 上查看↗28,922
  • sirupsen/logrussirupsen 的头像

    sirupsen/logrus

    25,736在 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
    在 GitHub 上查看↗25,736
查看 Loguru 的所有 30 个替代方案→

常见问题解答

emilk/loguru 是做什么的?

A lightweight C++ logging library

emilk/loguru 的主要功能有哪些?

emilk/loguru 的主要功能包括:Debugging and Logging, Logging Frameworks, Logging Libraries。

emilk/loguru 有哪些开源替代品?

emilk/loguru 的开源替代品包括: 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…