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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
golang avatar

golang/glog

0
View on GitHub↗
3,600 stars·925 forks·Go·Apache-2.0·7 vues

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.

Historique des stars

Graphique de l'historique des stars pour golang/glogGraphique de l'historique des stars pour golang/glog

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait golang/glog ?

Leveled execution logs for Go

Quelles sont les fonctionnalités principales de golang/glog ?

Les fonctionnalités principales de golang/glog sont : DevOps & Infrastructure, Logging, Logging Libraries.

Quelles sont les alternatives open-source à golang/glog ?

Les alternatives open-source à golang/glog incluent : 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.

Alternatives open source à Glog

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Glog.
  • natefinch/lumberjackAvatar de natefinch

    natefinch/lumberjack

    5,439Voir sur 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
    Voir sur GitHub↗5,439
  • rs/zerologAvatar de rs

    rs/zerolog

    12,220Voir sur 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
    Voir sur GitHub↗12,220
  • cihub/seelogAvatar de cihub

    cihub/seelog

    1,637Voir sur GitHub↗

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

    Go
    Voir sur GitHub↗1,637
  • sirupsen/logrusAvatar de sirupsen

    sirupsen/logrus

    25,736Voir sur 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
    Voir sur GitHub↗25,736
  • Voir les 30 alternatives à Glog→