awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/glogArchived

0
View on GitHub↗
7,355 stars·2,097 forks·C++·BSD-3-Clause·12 viewsgoogle.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.

Star history

Star history chart for google/glogStar history chart for google/glog

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Glog

Similar open-source projects, ranked by how many features they share with Glog.
  • amrayn/easyloggingppamrayn avatar

    amrayn/easyloggingpp

    3,937View on 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++
    View on GitHub↗3,937
  • gabime/spdloggabime avatar

    gabime/spdlog

    28,922View on 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
    View on GitHub↗28,922
  • delgan/loguruDelgan avatar

    Delgan/loguru

    23,964View on 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
    View on GitHub↗23,964
  • serilog/serilogserilog avatar

    serilog/serilog

    7,991View on 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
    View on GitHub↗7,991
See all 30 alternatives to Glog→

Frequently asked questions

What does google/glog do?

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.

What are the main features of google/glog?

The main features of google/glog are: C++ Logging Libraries, Event Logging, Stream-Based Interfaces, Runtime Call-Stack Capturers, Fatal Log Cleanup, Fatal Error Handlers, Fatal Failure Sequences, Application Log Routing.

What are some open-source alternatives to google/glog?

Open-source alternatives to google/glog include: 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.…