awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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.

سجل النجوم

مخطط تاريخ النجوم لـ mengrao/fmtlogمخطط تاريخ النجوم لـ mengrao/fmtlog

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Fmtlog

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Fmtlog.
  • gabime/spdlogالصورة الرمزية لـ gabime

    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/zerologالصورة الرمزية لـ rs

    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/loguruالصورة الرمزية لـ emilk

    emilk/loguru

    1,900عرض على GitHub↗

    A lightweight C++ logging library

    C++
    عرض على GitHub↗1,900
  • sirupsen/logrusالصورة الرمزية لـ sirupsen

    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
عرض جميع البدائل الـ 30 لـ Fmtlog→

الأسئلة الشائعة

ما هي وظيفة 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…