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

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

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

google/glogArchived

0
View on GitHub↗
7,355 نجوم·2,097 تفرعات·C++·BSD-3-Clause·2 مشاهداتgoogle.github.io/glog↗

Glog

glog is a C++ logging framework designed for recording application events and system diagnostics. It provides a stream-based interface for capturing debugging information and managing system event persistence.

The library includes a stack trace logger that captures execution call stacks and resolves memory addresses into readable function names. It also features a dedicated error handling module to manage system shutdown and reporting during fatal failures.

Log lifecycle management is handled through automatic rotation and deletion of old files to prevent disk space exhaustion. The framework supports custom log routing and output configuration, allowing messages to be directed to specific destinations via filtering flags and custom sinks.

Features

  • C++ Logging Libraries - Provides a high-performance logging framework specifically designed for recording diagnostic events in C++ applications.
  • Event Logging - Provides utilities for tracking and logging application events using stream-based tools and macros.
  • Stream-Based Interfaces - Provides a stream-based logging interface using C++ operator overloading for formatted message buffering.
  • Runtime Call-Stack Capturers - Captures active execution frames and resolves raw memory addresses into human-readable function names.
  • Fatal Log Cleanup - Executes specific cleanup and final log flushing sequences triggered by fatal logging events prior to system exit.
  • Fatal Error Handlers - Implements a dedicated failure handler for managing system shutdown and reporting during critical errors.
  • Fatal Failure Sequences - Ships a dedicated failure handler to manage system shutdown and reporting during critical errors.
  • Application Log Routing - Directs different categories of internal log messages to multiple destinations using configurable filters and sinks.
  • Log Configuration - Includes settings for defining log severity levels, filtering rules, and output destinations for system diagnostics.
  • Log Message Filtering - Controls the visibility of log messages at runtime using globally configurable integer thresholds and flags.
  • Log Rotation Utilities - Provides utilities for automatically splitting and deleting old log files to maintain a fixed disk space footprint.
  • Log Sinks - Implements pluggable log sinks that allow log output to be routed to arbitrary memory locations or files.
  • Diagnostic and Error Reporting - Captures detailed stack traces and execution flows to diagnose the cause of application crashes and fatal failures.
  • Log Lifecycle Management - Implements controlled removal and rotation of diagnostic log entries to prevent disk space exhaustion.
  • Logging Frameworks - Standard C++ logging module.

سجل النجوم

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

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

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

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

Start searching with AI

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

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

    amrayn/easyloggingpp

    3,937عرض على GitHub↗

    Easyloggingpp is a C++ logging library and thread-safe logging framework used for recording diagnostic messages and application events. It functions as an asynchronous logger, processing messages on a background thread to reduce latency and prevent blocking the main execution path. The project includes a log rotation manager to automatically truncate or roll over files once they reach a specified disk size limit. It also serves as a performance tracking tool for measuring function execution timing and recording checkpoints to identify processing bottlenecks. The library covers a broad range

    C++
    عرض على GitHub↗3,937
  • 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
  • delgan/loguruالصورة الرمزية لـ Delgan

    Delgan/loguru

    23,964عرض على GitHub↗

    Loguru is a Python logging library and thread-safe framework designed for recording system events and diagnostic messages. It functions as a structured logging tool that can serialize messages into JSON strings with metadata for automated parsing and analysis. The library includes a specialized exception tracker that captures unhandled crashes across main and background threads, rendering detailed stack traces that include local variable values. It further distinguishes itself through a unified routing pipeline that can intercept messages from the standard library logging module and dispatch

    Python
    عرض على GitHub↗23,964
  • serilog/serilogالصورة الرمزية لـ serilog

    serilog/serilog

    7,991عرض على GitHub↗

    Serilog is a structured logging library for .NET applications that records events as rich data objects instead of plain text strings. It functions as a multi-sink framework, allowing a single log stream to be emitted to diverse destinations such as files, consoles, and cloud databases through a structured event pipeline. The framework distinguishes itself through dynamic metadata enrichment, using log event enrichers to add contextual properties and telemetry to logs for improved traceability and analysis. It employs a routing system that filters, enriches, and directs these structured events

    C#serilog
    عرض على GitHub↗7,991
عرض جميع البدائل الـ 30 لـ Glog→

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

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

glog is a C++ logging framework designed for recording application events and system diagnostics. It provides a stream-based interface for capturing debugging information and managing system event persistence.

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

الميزات الرئيسية لـ google/glog هي: C++ Logging Libraries, Event Logging, Stream-Based Interfaces, Runtime Call-Stack Capturers, Fatal Log Cleanup, Fatal Error Handlers, Fatal Failure Sequences, Application Log Routing.

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

تشمل البدائل مفتوحة المصدر لـ google/glog: amrayn/easyloggingpp — Easyloggingpp is a C++ logging library and thread-safe logging framework used for recording diagnostic messages and… gabime/spdlog — spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It… delgan/loguru — Loguru is a Python logging library and thread-safe framework designed for recording system events and diagnostic… serilog/serilog — Serilog is a structured logging library for .NET applications that records events as rich data objects instead of… easylogging/easyloggingpp — Easyloggingpp is a header-only C++ logging framework and diagnostic tool designed for recording system events and… qos-ch/logback — Logback is a Java logging framework used to record system events and diagnostic messages through a programmable API.…