awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cihub avatar

cihub/seelog

0
View on GitHub↗
1,637 stele·239 fork-uri·Go·BSD-3-Clause·2 vizualizări

Seelog

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

Features

  • Logging - Flexible logging with filtering and formatting.
  • Logging - Logging library.
  • Logging Libraries - Logging functionality with flexible dispatching and filtering.

Istoric stele

Graficul istoricului de stele pentru cihub/seelogGraficul istoricului de stele pentru cihub/seelog

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Seelog

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Seelog.
  • natefinch/lumberjackAvatar natefinch

    natefinch/lumberjack

    5,439Vezi pe 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
    Vezi pe GitHub↗5,439
  • rs/zerologAvatar rs

    rs/zerolog

    12,220Vezi pe 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
    Vezi pe GitHub↗12,220
  • golang/glogAvatar golang

    golang/glog

    3,600Vezi pe GitHub↗

    Leveled execution logs for Go

    Go
    Vezi pe GitHub↗3,600
  • sirupsen/logrusAvatar sirupsen

    sirupsen/logrus

    25,736Vezi pe 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
    Vezi pe GitHub↗25,736
Vezi toate cele 30 alternative pentru Seelog→

Întrebări frecvente

Ce face cihub/seelog?

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

Care sunt principalele funcționalități ale cihub/seelog?

Principalele funcționalități ale cihub/seelog sunt: Logging, Logging Libraries.

Care sunt câteva alternative open-source pentru cihub/seelog?

Alternativele open-source pentru cihub/seelog includ: 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… golang/glog — Leveled execution logs for Go. 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… apex/log.