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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
golang avatar

golang/glog

0
View on GitHub↗
3,600 نجوم·925 تفرعات·Go·Apache-2.0·7 مشاهدات

Glog

Leveled execution logs for Go

Features

  • DevOps & Infrastructure - Logging library for system-level applications.
  • Logging - Leveled logging for Go.
  • Logging - Official logging library.
  • Logging Libraries - Leveled execution logging for Go applications.

سجل النجوم

مخطط تاريخ النجوم لـ golang/glogمخطط تاريخ النجوم لـ golang/glog

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

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

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

Start searching with AI

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

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

    natefinch/lumberjack

    5,439عرض على GitHub↗

    Lumberjack is a log rolling library for Go that manages the lifecycle of log files through size-based rotation and backup cleanup. It functions as a log retention manager to prevent disk exhaustion in Go services. The project optimizes log storage by compressing rotated files using the gzip algorithm and generating unique filenames via timestamped backups. It implements a retention policy that prunes historical records based on a maximum number of backups or a specified file age. The library implements the standard Go writer interface to integrate with logging libraries, providing a mechanis

    Go
    عرض على GitHub↗5,439
  • 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
  • cihub/seelogالصورة الرمزية لـ cihub

    cihub/seelog

    1,637عرض على GitHub↗

    Seelog is a native Go logging library that provides flexible asynchronous dispatching, filtering, and formatting.

    Go
    عرض على GitHub↗1,637
  • 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 لـ Glog→

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

ما هي وظيفة golang/glog؟

Leveled execution logs for Go

ما هي الميزات الرئيسية لـ golang/glog؟

الميزات الرئيسية لـ golang/glog هي: DevOps & Infrastructure, Logging, Logging Libraries.

ما هي البدائل مفتوحة المصدر لـ golang/glog؟

تشمل البدائل مفتوحة المصدر لـ golang/glog: 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… cihub/seelog — Seelog is a native Go logging library that provides flexible asynchronous dispatching, filtering, and formatting. natefinch/lumberjack — Lumberjack is a log rolling library for Go that manages the lifecycle of log files through size-based rotation and… sirupsen/logrus — Logrus is a structured logging library for Go that produces machine-readable output using key-value pairs and JSON… aerogo/log — :memo: Logging with multiple output targets.