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

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

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

MengRao/fmtlog

0
View on GitHub↗
1,020 星标·155 分支·C++·MIT·5 次浏览

Fmtlog

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

Features

  • Logging Frameworks - High-performance logging with nanosecond latency.
  • Logging Libraries - High-performance logging library with nanosecond latency.

Star 历史

mengrao/fmtlog 的 Star 历史图表mengrao/fmtlog 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Fmtlog 的开源替代方案

相似的开源项目,按与 Fmtlog 的功能重合度排序。
  • 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
  • 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
  • emilk/loguruemilk 的头像

    emilk/loguru

    1,900在 GitHub 上查看↗

    A lightweight C++ logging library

    C++
    在 GitHub 上查看↗1,900
  • 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
查看 Fmtlog 的所有 30 个替代方案→

常见问题解答

mengrao/fmtlog 是做什么的?

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

mengrao/fmtlog 的主要功能有哪些?

mengrao/fmtlog 的主要功能包括:Logging Frameworks, Logging Libraries。

mengrao/fmtlog 有哪些开源替代品?

mengrao/fmtlog 的开源替代品包括: rs/zerolog — Zerolog is a structured logging library for Go designed for high-performance event capture and observability. It… uber-go/zap — Zap is a high-performance structured logging library designed for production environments. It provides a framework for… emilk/loguru — A lightweight C++ logging library. gabime/spdlog — spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It… sirupsen/logrus — Logrus is a structured logging library for Go that produces machine-readable output using key-value pairs and JSON… amrayn/easyloggingpp — Easyloggingpp is a C++ logging library and thread-safe logging framework used for recording diagnostic messages and…